[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.
This commit is contained in:
Lioncash
2013-10-26 00:55:07 -04:00
parent 77eb9ce725
commit 8d71a83ae5
3 changed files with 9 additions and 2 deletions

View File

@ -5,9 +5,12 @@
<Preference
android:key="inputOverlayConfigPref"
android:title="Butts"/>
android:summary="@string/input_overlay_layout_desc"
android:title="@string/input_overlay_layout"/>
<PreferenceScreen android:title="@string/gamecube_bindings">
<PreferenceScreen
android:key="gamecube_bindings"
android:title="@string/gamecube_bindings">
<Preference
android:key="InputA"
android:title="@string/button_a" />