mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
block talkback for avatars in conversation items
This commit is contained in:
parent
6b17bec930
commit
6863b4839e
@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@id/dialogAvatar"
|
android:id="@id/dialogAvatar"
|
||||||
|
android:contentDescription="@null"
|
||||||
android:layout_width="@dimen/avatar_size"
|
android:layout_width="@dimen/avatar_size"
|
||||||
android:layout_height="@dimen/avatar_size"
|
android:layout_height="@dimen/avatar_size"
|
||||||
tools:src="@drawable/ic_call_black_24dp"/>
|
tools:src="@drawable/ic_call_black_24dp"/>
|
||||||
@ -96,6 +97,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@id/dialogLastMessageUserAvatar"
|
android:id="@id/dialogLastMessageUserAvatar"
|
||||||
|
android:contentDescription="@null"
|
||||||
android:layout_width="@dimen/small_item_height"
|
android:layout_width="@dimen/small_item_height"
|
||||||
android:layout_height="@dimen/small_item_height"
|
android:layout_height="@dimen/small_item_height"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user