From ed39876cb0bed5a0ff105d745c2853f07752a19f Mon Sep 17 00:00:00 2001 From: Eder Bastos Date: Mon, 1 Jun 2015 16:42:54 -0400 Subject: [PATCH] Android TV: Make file selector screen usable with d-pads --- Source/Android/app/src/main/res/layout/list_item_file.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Android/app/src/main/res/layout/list_item_file.xml b/Source/Android/app/src/main/res/layout/list_item_file.xml index 7d54e77d27..16140c5994 100644 --- a/Source/Android/app/src/main/res/layout/list_item_file.xml +++ b/Source/Android/app/src/main/res/layout/list_item_file.xml @@ -4,6 +4,8 @@ android:layout_width="match_parent" android:layout_height="56dp" android:background="?android:attr/selectableItemBackground" + android:focusable="true" + android:clickable="true" android:orientation="horizontal">