diff --git a/app/src/main/res/layout/fragment_video_detail.xml b/app/src/main/res/layout/fragment_video_detail.xml index e10413ad5..0006d0004 100644 --- a/app/src/main/res/layout/fragment_video_detail.xml +++ b/app/src/main/res/layout/fragment_video_detail.xml @@ -25,7 +25,9 @@ android:id="@+id/detail_thumbnail_root_layout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@android:color/black"> + android:background="@android:color/black" + android:clickable="true" + android:foreground="?attr/selectableItemBackground"> @@ -115,8 +116,6 @@ android:orientation="horizontal"> - - - + android:orientation="horizontal" + android:paddingBottom="8dp" + android:paddingLeft="12dp" + android:paddingRight="12dp" + android:paddingTop="8dp"> - - -