mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-24 14:58:13 +08:00
small a11Y fix
This commit is contained in:
parent
e364a36ee6
commit
01c56824b7
@ -11,6 +11,7 @@
|
|||||||
android:layout_width="16dp"
|
android:layout_width="16dp"
|
||||||
android:layout_height="16dp"
|
android:layout_height="16dp"
|
||||||
android:src="@drawable/ic_room_profile_member_list"
|
android:src="@drawable/ic_room_profile_member_list"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/spaceSummaryMemberCountText"
|
app:layout_constraintBottom_toBottomOf="@+id/spaceSummaryMemberCountText"
|
||||||
app:layout_constraintStart_toEndOf="@+id/spaceSummaryMemberCountText"
|
app:layout_constraintStart_toEndOf="@+id/spaceSummaryMemberCountText"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
@ -61,6 +61,7 @@
|
|||||||
android:id="@+id/rightChevron"
|
android:id="@+id/rightChevron"
|
||||||
android:layout_width="16dp"
|
android:layout_width="16dp"
|
||||||
android:layout_height="16dp"
|
android:layout_height="16dp"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
android:src="@drawable/ic_material_chevron_right_black"
|
android:src="@drawable/ic_material_chevron_right_black"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user