Merge pull request #2499 from sigmabeta/android-tv-tweaks

Android TV: Make file selector screen usable with d-pads
This commit is contained in:
Ryan Houdek 2015-06-01 16:58:15 -04:00
commit 1414221bd4
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="56dp" android:layout_height="56dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:focusable="true"
android:clickable="true"
android:orientation="horizontal"> android:orientation="horizontal">
<ImageView <ImageView