mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03:00
Merge pull request #333 from nextcloud/talkback
Block talkback for avatars in conversation items
This commit is contained in:
commit
0e421868e0
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@id/dialogAvatar"
|
||||
android:contentDescription="@null"
|
||||
android:layout_width="@dimen/avatar_size"
|
||||
android:layout_height="@dimen/avatar_size"
|
||||
tools:src="@drawable/ic_call_black_24dp"/>
|
||||
|
@ -96,6 +97,7 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@id/dialogLastMessageUserAvatar"
|
||||
android:contentDescription="@null"
|
||||
android:layout_width="@dimen/small_item_height"
|
||||
android:layout_height="@dimen/small_item_height"
|
||||
android:layout_marginEnd="8dp"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 132 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 2 errors and 126 warnings</span>
|
||||
|
|
Loading…
Reference in a new issue