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 | |
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')
-rw-r--r-- | java/res/values/donottranslate-debug-settings.xml | 2 | ||||
-rw-r--r-- | java/res/xml/prefs_screen_debug.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/donottranslate-debug-settings.xml b/java/res/values/donottranslate-debug-settings.xml index 35e6efa77..199f9772b 100644 --- a/java/res/values/donottranslate-debug-settings.xml +++ b/java/res/values/donottranslate-debug-settings.xml @@ -23,7 +23,7 @@ <string name="prefs_debug_mode">Debug Mode</string> <string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string> <string name="prefs_force_physical_keyboard_special_key">Force physical keyboard special key</string> - <string name="prefs_show_ui_to_accept_typed_word">Show UI to accept typed word</string> + <string name="prefs_should_show_lxx_suggestion_ui">Show LXX suggestion UI</string> <!-- Option to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=30]--> <string name="sliding_key_input_preview">Show slide indicator</string> <!-- Option summary to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=66]--> 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 |