From 2e294c4642df60e686204edc06738c364e2dc7a3 Mon Sep 17 00:00:00 2001 From: Bryan Barnes Date: Wed, 5 Feb 2014 00:54:56 -0500 Subject: [PATCH] tweak to make dpad work again --- shell/android/res/drawable/game_selector.xml | 3 ++- shell/android/res/layout/bios_list_item.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/shell/android/res/drawable/game_selector.xml b/shell/android/res/drawable/game_selector.xml index 8dff3f41c..87c9c9bc8 100755 --- a/shell/android/res/drawable/game_selector.xml +++ b/shell/android/res/drawable/game_selector.xml @@ -2,8 +2,9 @@ - + + \ No newline at end of file diff --git a/shell/android/res/layout/bios_list_item.xml b/shell/android/res/layout/bios_list_item.xml index 272165529..452ac152f 100644 --- a/shell/android/res/layout/bios_list_item.xml +++ b/shell/android/res/layout/bios_list_item.xml @@ -12,7 +12,7 @@ android:orientation="horizontal" android:clickable="true" android:focusable="true" - android:background="@android:drawable/list_selector_background" > + android:background="@drawable/game_selector" >