diff options
author | 2014-10-06 17:20:10 +0900 | |
---|---|---|
committer | 2014-10-07 00:06:53 +0900 | |
commit | 6fb586a527e7ffe5da187c8b345cdf897b8481c7 (patch) | |
tree | 6953712f3b0e6130fb60a937a5decd0e35f65363 /java/res/xml | |
parent | db6c32778e80acc156a118f13ff2788a9277da30 (diff) | |
download | latinime-6fb586a527e7ffe5da187c8b345cdf897b8481c7.tar.gz latinime-6fb586a527e7ffe5da187c8b345cdf897b8481c7.tar.xz latinime-6fb586a527e7ffe5da187c8b345cdf897b8481c7.zip |
Fix missing prediction words on contextual strip
Bug: 17874801
Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/prefs_screen_debug.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/prefs_screen_debug.xml b/java/res/xml/prefs_screen_debug.xml index c47740268..25f7c6612 100644 --- a/java/res/xml/prefs_screen_debug.xml +++ b/java/res/xml/prefs_screen_debug.xml @@ -36,8 +36,8 @@ android:defaultValue="false" android:persistent="true" /> <CheckBoxPreference - android:key="pref_show_ui_to_accept_typed_word" - android:title="@string/prefs_show_ui_to_accept_typed_word" + android:key="pref_should_show_lxx_suggestion_ui" + android:title="@string/prefs_should_show_lxx_suggestion_ui" android:defaultValue="true" android:persistent="true" /> <CheckBoxPreference |