Skip to content
Snippets Groups Projects
Commit a15a021f authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Make video items focusable

parent b88a27ad
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
android:layout_marginBottom="10dip"
android:longClickable="true"
android:clickable="true"
android:focusable="true"
android:onClick="@{holder.onClick}">
<android.support.v7.widget.CardView
android:id="@+id/card_view"
......
......@@ -48,6 +48,7 @@
card_view:cardPreventCornerOverlap="false"
card_view:cardUseCompatPadding="true"
android:clickable="true"
android:focusable="true"
android:onClick="@{holder.onClick}"
android:longClickable="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment