From fc0a917d42b13089cd8b584cafed4ade342bf757 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Sun, 21 Jun 2015 20:02:18 -0400 Subject: [PATCH] Make menus controller-compatible (Pt. 2) Add a border to the selected / pressed view to notify the user when touch is unavailable. --- shell/android/res/drawable/rounded.xml | 26 ++++++++++++++++--- shell/android/res/layout/menu_popup_debug.xml | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/shell/android/res/drawable/rounded.xml b/shell/android/res/drawable/rounded.xml index e11919f97..ec7b1edad 100644 --- a/shell/android/res/drawable/rounded.xml +++ b/shell/android/res/drawable/rounded.xml @@ -1,5 +1,23 @@ - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shell/android/res/layout/menu_popup_debug.xml b/shell/android/res/layout/menu_popup_debug.xml index 8abd257a3..a5d4c05c9 100755 --- a/shell/android/res/layout/menu_popup_debug.xml +++ b/shell/android/res/layout/menu_popup_debug.xml @@ -19,7 +19,7 @@ android:layout_height="72dp" android:layout_margin="1dp" android:layout_weight="1" - android:gravity="center" > + android:gravity="center">