diff options
Diffstat (limited to 'java/res/xml/keys_comma_period_symbols.xml')
-rw-r--r-- | java/res/xml/keys_comma_period_symbols.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/java/res/xml/keys_comma_period_symbols.xml b/java/res/xml/keys_comma_period_symbols.xml index 6465fedd1..cbdbe2ea2 100644 --- a/java/res/xml/keys_comma_period_symbols.xml +++ b/java/res/xml/keys_comma_period_symbols.xml @@ -22,11 +22,9 @@ xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > <Key - latin:keyLabel="," - latin:backgroundType="functional" /> + latin:keyLabel="," /> <!-- U+2026: "…" HORIZONTAL ELLIPSIS --> <Key latin:keyLabel="." - latin:moreKeys="…" - latin:backgroundType="functional" /> + latin:moreKeys="…" /> </merge> |