aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/kbd_symbols.xml
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-01 23:33:43 +0900
committersatok <satok@google.com>2010-09-02 11:47:33 +0900
commitdd8dd9fc1b10d0457a0b4b74c1c1899ff5350601 (patch)
tree3f01ccab5c9f50bd82788122b6af52ea972af552 /java/res/xml/kbd_symbols.xml
parent681b102a492b7d5301c1ca87985b4c391eb5eb14 (diff)
downloadlatinime-dd8dd9fc1b10d0457a0b4b74c1c1899ff5350601.tar.gz
latinime-dd8dd9fc1b10d0457a0b4b74c1c1899ff5350601.tar.xz
latinime-dd8dd9fc1b10d0457a0b4b74c1c1899ff5350601.zip
Change background color for functional keys in LatinIME
Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
Diffstat (limited to 'java/res/xml/kbd_symbols.xml')
-rwxr-xr-xjava/res/xml/kbd_symbols.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/java/res/xml/kbd_symbols.xml b/java/res/xml/kbd_symbols.xml
index 3f6b8ac85..fad3ebc10 100755
--- a/java/res/xml/kbd_symbols.xml
+++ b/java/res/xml/kbd_symbols.xml
@@ -118,25 +118,25 @@
/>
<Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete" android:keyWidth="15%p" android:keyEdgeFlags="right"
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
- android:isRepeatable="true"/>
+ android:isRepeatable="true" android:isModifier="true"/>
</Row>
<Row android:rowEdgeFlags="bottom">
<Key android:codes="-2" android:keyLabel="@string/label_alpha_key"
- android:keyWidth="15%p" android:keyEdgeFlags="left"/>
+ android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/>
<Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings"
android:iconPreview="@drawable/sym_keyboard_feedback_settings"
- android:keyWidth="10%p"/>
- <Key android:codes="@integer/key_f1" android:keyWidth="10%p"/>
+ android:keyWidth="10%p" android:isModifier="true"/>
+ <Key android:codes="@integer/key_f1" android:keyWidth="10%p" android:isModifier="true"/>
<Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
android:keyWidth="30%p"
android:iconPreview="@drawable/sym_keyboard_feedback_space"
- android:isRepeatable="true"/>
+ android:isRepeatable="true" android:isModifier="true"/>
<Key android:codes="46" android:keyLabel="."
android:popupKeyboard="@xml/popup_punctuation"
- android:keyWidth="10%p"/>
+ android:keyWidth="10%p" android:isModifier="true"/>
<Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="25%p" android:keyEdgeFlags="right"
android:iconPreview="@drawable/sym_keyboard_feedback_return"
- />
+ android:isModifier="true"/>
</Row>
</Keyboard>