From e517dd96da2e807cc45a5a771e933293dad8c158 Mon Sep 17 00:00:00 2001 From: ToadKing Date: Sun, 27 Jan 2013 16:54:32 -0500 Subject: [PATCH] (Android) start of a custom key config panel --- .../phoenix/res/layout/key_bind_dialog.xml | 34 ++++++++++++ android/phoenix/res/values/strings.xml | 2 + android/phoenix/res/xml/prefs.xml | 5 ++ .../retroarch/browser/KeyBindPreference.java | 55 +++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 android/phoenix/res/layout/key_bind_dialog.xml create mode 100644 android/phoenix/src/org/retroarch/browser/KeyBindPreference.java diff --git a/android/phoenix/res/layout/key_bind_dialog.xml b/android/phoenix/res/layout/key_bind_dialog.xml new file mode 100644 index 0000000000..112bae443a --- /dev/null +++ b/android/phoenix/res/layout/key_bind_dialog.xml @@ -0,0 +1,34 @@ + + + + + + + +