Make comment pic explicitly non-focusable

This commit is contained in:
Alexander-- 2019-11-14 22:43:54 +06:59
parent 31bd60f3b1
commit 330eb896d8

View file

@ -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" />