diff options
author | 2014-08-29 17:31:36 -0700 | |
---|---|---|
committer | 2014-08-29 17:31:36 -0700 | |
commit | ee0d8077d604c9bdbdfd29675c1d28ea01b2c9bb (patch) | |
tree | be4f7b707b651f3165912f0d532a4914a3d9351b /java | |
parent | c47101248351727e24a584f9ee3e10d6921f0220 (diff) | |
download | latinime-ee0d8077d604c9bdbdfd29675c1d28ea01b2c9bb.tar.gz latinime-ee0d8077d604c9bdbdfd29675c1d28ea01b2c9bb.tar.xz latinime-ee0d8077d604c9bdbdfd29675c1d28ea01b2c9bb.zip |
Show the commit indicator only for word to be auto-corrected
Change-Id: I61e25b960ae083857efc2704498a0761e0965ad3
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/donottranslate-text-decorator.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/donottranslate-text-decorator.xml b/java/res/values/donottranslate-text-decorator.xml index 9c39a4689..832610b96 100644 --- a/java/res/values/donottranslate-text-decorator.xml +++ b/java/res/values/donottranslate-text-decorator.xml @@ -31,7 +31,7 @@ <!-- If true, the commit/add-to-text indicator will be suppressed when the word isn't going to trigger auto-correction. --> - <bool name="text_decorator_only_for_auto_correction">false</bool> + <bool name="text_decorator_only_for_auto_correction">true</bool> <!-- If true, the commit/add-to-text indicator will be suppressed when the word is already in the dictionary. --> |