Make player selectable

This commit is contained in:
ByteHamster 2018-02-05 00:14:39 +01:00
parent 287bb5f7e1
commit 8feb6e087f
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
android:visibility="gone"
android:background="?attr/selectableItemBackground">
<RelativeLayout
android:layout_width="match_parent"