Make comment pic explicitly non-focusable

This commit is contained in:
Alexander-- 2019-11-14 22:43:54 +06:59
parent 7d75950624
commit 436c75ca6c

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