From 8d71a83ae5cecc8474f97ccf240a13868af0d5a1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 26 Oct 2013 00:55:07 -0400 Subject: [PATCH] [Android] Fix the super-mature string that was a placeholder for the title for the overlay configuration setting. Also fix a NullPointerException possibility. Fixed it by giving the PreferenceScreen a title. --- Source/Android/res/values-ja/strings.xml | 2 ++ Source/Android/res/values/strings.xml | 2 ++ Source/Android/res/xml/input_prefs.xml | 7 +++++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml index bab2d74b0a..ee3bb8d3e7 100644 --- a/Source/Android/res/values-ja/strings.xml +++ b/Source/Android/res/values-ja/strings.xml @@ -43,6 +43,8 @@ 入力 + 入力オーバーレイレイアウト + 入力オーバーレイのためのボタンのレイアウト。 ゲームキューブの入力バインディング 入力バインディング %1$sにバインドするための入力を移動または押してください。 diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index 6c26d8828c..29e5a67b30 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -43,6 +43,8 @@ Input + Input Overlay Layout + Button layout for the input overlay. Gamecube Input Bindings Input Binding Press or move an input to bind it to %1$s. diff --git a/Source/Android/res/xml/input_prefs.xml b/Source/Android/res/xml/input_prefs.xml index 5dc15ac75e..afd32b476b 100644 --- a/Source/Android/res/xml/input_prefs.xml +++ b/Source/Android/res/xml/input_prefs.xml @@ -5,9 +5,12 @@ + android:summary="@string/input_overlay_layout_desc" + android:title="@string/input_overlay_layout"/> - +