Make comment pic explicitly non-focusable
This commit is contained in:
parent
7d75950624
commit
436c75ca6c
|
@ -18,6 +18,7 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:layout_marginRight="@dimen/video_item_search_image_right_margin"
|
||||
android:contentDescription="@string/list_thumbnail_view_description"
|
||||
android:focusable="false"
|
||||
android:src="@drawable/buddy"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue