diff options
Diffstat (limited to '')
-rw-r--r-- | java/res/values/config.xml | 6 | ||||
-rw-r--r-- | java/res/xml/kbd_rows_number.xml | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index 999247839..bcce58123 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -82,8 +82,10 @@ will be subject to auto-correction. --> <item>0</item> </string-array> - <!-- Threshold of the normalized score of the best suggestion for the spell checker to declare a word to be a typo --> - <string name="spellchecker_typo_threshold_value" translatable="false">0.11</string> + <!-- Threshold of the normalized score of the best suggestion for the spell checker to declare a word to be "likely" --> + <string name="spellchecker_likely_threshold_value" translatable="false">0.11</string> + <!-- Threshold of the normalized score of any dictionary lookup to be offered as a suggestion by the spell checker --> + <string name="spellchecker_suggestion_threshold_value" translatable="false">0.03</string> <!-- Screen metrics for logging. 0 = "mdpi phone screen" 1 = "hdpi phone screen" diff --git a/java/res/xml/kbd_rows_number.xml b/java/res/xml/kbd_rows_number.xml index 21d0656d1..90ac5686b 100644 --- a/java/res/xml/kbd_rows_number.xml +++ b/java/res/xml/kbd_rows_number.xml @@ -36,6 +36,7 @@ latin:keyStyle="num2KeyStyle" /> <Key latin:keyStyle="num3KeyStyle" /> + <Spacer /> </Row> <Row> <Key @@ -44,6 +45,7 @@ latin:keyStyle="num5KeyStyle" /> <Key latin:keyStyle="num6KeyStyle" /> + <Spacer /> </Row> <Row> <Key |