diff options
author | 2012-06-04 12:23:32 +0900 | |
---|---|---|
committer | 2012-06-04 15:58:07 +0900 | |
commit | 550202a9ff6b5ae1aade36c5b061dd55791c9642 (patch) | |
tree | 167f7708b6755542c9364783f858af8d5a84be90 /java/res/xml/row_qwerty4.xml | |
parent | 027448e08a3df50a2ae9513d972fa60b047f6766 (diff) | |
download | latinime-550202a9ff6b5ae1aade36c5b061dd55791c9642.tar.gz latinime-550202a9ff6b5ae1aade36c5b061dd55791c9642.tar.xz latinime-550202a9ff6b5ae1aade36c5b061dd55791c9642.zip |
Change spacebar and language switch key background color of phone
Bug: 6568834
Change-Id: I815af444eb953e665a09a075b2d3e5875898cb52
Diffstat (limited to 'java/res/xml/row_qwerty4.xml')
-rw-r--r-- | java/res/xml/row_qwerty4.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/res/xml/row_qwerty4.xml b/java/res/xml/row_qwerty4.xml index ecb95e7a5..43385d291 100644 --- a/java/res/xml/row_qwerty4.xml +++ b/java/res/xml/row_qwerty4.xml @@ -38,15 +38,14 @@ > <!-- U+064B: "ً" ARABIC FATHATAN --> <Key - latin:keyLabel="." latin:keyHintLabel="ً" latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint" latin:moreKeys="!text/more_keys_for_arabic_diacritics" - latin:backgroundType="functional" /> + latin:keyStyle="punctuationKeyStyle" /> </case> <default> <Key - latin:keyStyle="punctuationKeyStyle" /> + latin:keyStyle="punctuationKeyStyle" /> </default> </switch> <Key |