mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 03:38:43 +03:00
small a11Y fix
This commit is contained in:
parent
e364a36ee6
commit
01c56824b7
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:src="@drawable/ic_room_profile_member_list"
|
||||
android:importantForAccessibility="no"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/spaceSummaryMemberCountText"
|
||||
app:layout_constraintStart_toEndOf="@+id/spaceSummaryMemberCountText"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
android:id="@+id/rightChevron"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:importantForAccessibility="no"
|
||||
android:src="@drawable/ic_material_chevron_right_black"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue