aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-15 10:11:01 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-12-15 10:11:01 -0800
commit9eb8ad99eca9ecab7ed2bdda1fed3d6c9d9070df (patch)
tree40f1c83fac3c5ddad4e75fa37c5885f371582144 /java/res
parentc71aa81fbdf20a511e278958a3876bfc0d555660 (diff)
parentc3ef86d861ea0deb1d073e7eb5cc196ba0b00ed1 (diff)
downloadlatinime-9eb8ad99eca9ecab7ed2bdda1fed3d6c9d9070df.tar.gz
latinime-9eb8ad99eca9ecab7ed2bdda1fed3d6c9d9070df.tar.xz
latinime-9eb8ad99eca9ecab7ed2bdda1fed3d6c9d9070df.zip
am c3ef86d8: Merge "Fix auto correction spacebar LED"
* commit 'c3ef86d861ea0deb1d073e7eb5cc196ba0b00ed1': Fix auto correction spacebar LED
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config.xml1
-rw-r--r--java/res/values/styles.xml4
2 files changed, 2 insertions, 3 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index bad4bc625..8b99a1fcb 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -38,7 +38,6 @@
<bool name="config_default_bigram_prediction">false</bool>
<bool name="config_default_sound_enabled">false</bool>
<bool name="config_default_vibration_enabled">true</bool>
- <bool name="config_auto_correction_spacebar_led_enabled">false</bool>
<!-- Showing mini keyboard, just above the touched point if true, aligned to the key if false -->
<bool name="config_show_mini_keyboard_at_touched_point">false</bool>
<!-- The language is never displayed if == 0, always displayed if < 0 -->
diff --git a/java/res/values/styles.xml b/java/res/values/styles.xml
index 43aa58388..2b5fb08e5 100644
--- a/java/res/values/styles.xml
+++ b/java/res/values/styles.xml
@@ -32,8 +32,7 @@
<item name="maxMoreKeysColumn">@integer/config_max_more_keys_column</item>
</style>
<style name="LatinKeyboard">
- <item name="autoCorrectionSpacebarLedEnabled">@bool/config_auto_correction_spacebar_led_enabled
- </item>
+ <item name="autoCorrectionSpacebarLedEnabled">true</item>
<item name="spacebarTextColor">#FFC0C0C0</item>
<item name="spacebarTextShadowColor">#80000000</item>
</style>
@@ -242,6 +241,7 @@
name="LatinKeyboard.IceCreamSandwich"
parent="LatinKeyboard"
>
+ <item name="autoCorrectionSpacebarLedEnabled">false</item>
<item name="disabledShortcutIcon">@drawable/sym_keyboard_voice_off_holo</item>
</style>
<style