From 53ab104d5f1a9523dbd2e12adb0a131c052d90e8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 19 Nov 2013 15:53:30 -0500 Subject: [Android] Expand the input binding UI in the settings to handle 4 Gamecube controllers in the future. Other changes: - Broke out MotionAlertDialog into it's own separate class. - Made a preference specifically for handling input bindings. --- Source/Android/res/values-ja/strings.xml | 4 + Source/Android/res/values/strings.xml | 4 + Source/Android/res/xml/input_prefs.xml | 414 +++++++++++++++++++++++++------ 3 files changed, 341 insertions(+), 81 deletions(-) (limited to 'Source/Android/res') diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml index 598799c30e..bab1991ce3 100644 --- a/Source/Android/res/values-ja/strings.xml +++ b/Source/Android/res/values-ja/strings.xml @@ -46,6 +46,10 @@ 入力オーバーレイレイアウト 入力オーバーレイのためのボタンのレイアウト。 ゲームキューブの入力バインディング + コントローラ1 + コントローラ2 + コントローラ3 + コントローラ4 入力バインディング %1$sにバインドするための入力を移動または押してください。 Aボタン diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index 517a80dbd3..353559a0ed 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -46,6 +46,10 @@ Input Overlay Layout Button layout for the input overlay. Gamecube Input Bindings + Controller 1 + Controller 2 + Controller 3 + Controller 4 Input Binding Press or move an input to bind it to %1$s. Button A diff --git a/Source/Android/res/xml/input_prefs.xml b/Source/Android/res/xml/input_prefs.xml index afd32b476b..30b069c37a 100644 --- a/Source/Android/res/xml/input_prefs.xml +++ b/Source/Android/res/xml/input_prefs.xml @@ -1,8 +1,7 @@ - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3