aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-03-05 12:54:13 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-03-05 14:56:41 +0900
commit2e1b55f7969c67d7467aa8bdc1e0a82a856cbc88 (patch)
tree36cda87a1c8d5edac86822ecc39404d3b383de40 /java/res/xml/prefs.xml
parentd8708911709527bb88de4f5a776ec7a20391fe37 (diff)
downloadlatinime-2e1b55f7969c67d7467aa8bdc1e0a82a856cbc88.tar.gz
latinime-2e1b55f7969c67d7467aa8bdc1e0a82a856cbc88.tar.xz
latinime-2e1b55f7969c67d7467aa8bdc1e0a82a856cbc88.zip
Add show setup wizard icon preference settings
Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r--java/res/xml/prefs.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 276395bad..e5fef8834 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -145,7 +145,7 @@
android:fragment="com.android.inputmethod.latin.AdditionalSubtypeSettings"
android:key="custom_input_styles"
android:title="@string/custom_input_styles_title" />
- <!-- Values for popup dismiss delay are added programatically -->
+ <!-- Values for popup dismiss delay are added programmatically -->
<CheckBoxPreference
android:key="pref_sliding_key_input_preview"
android:title="@string/sliding_key_input_preview"
@@ -171,6 +171,11 @@
android:key="pref_keypress_sound_volume"
android:title="@string/prefs_keypress_sound_volume_settings"
latin:maxValue="100" /> <!-- percent -->
+ <!-- The show setup wizard icon settings shouldn't be persistent and the default value
+ is added programmatically. -->
+ <CheckBoxPreference
+ android:key="pref_show_setup_wizard_icon"
+ android:title="@string/show_setup_wizard_icon" />
</PreferenceScreen>
<PreferenceScreen
android:key="debug_settings"