diff options
author | 2010-10-13 17:00:55 -0700 | |
---|---|---|
committer | 2010-10-13 17:00:55 -0700 | |
commit | ac7771280d04a2bcea2dda8c7fe5a7b4f2e4c264 (patch) | |
tree | 1152e1220bfb4fe169a4e9e356a9eeaa90288a20 /java | |
parent | 21c3e6964574fee7a76d400d5d7cb80ea871ac4f (diff) | |
parent | 0963c781f2278a73363f2db57b0d0ec30c37b371 (diff) | |
download | latinime-ac7771280d04a2bcea2dda8c7fe5a7b4f2e4c264.tar.gz latinime-ac7771280d04a2bcea2dda8c7fe5a7b4f2e4c264.tar.xz latinime-ac7771280d04a2bcea2dda8c7fe5a7b4f2e4c264.zip |
am 0963c781: Make some keys in phone keyboard to darker color
Merge commit '0963c781f2278a73363f2db57b0d0ec30c37b371' into gingerbread-plus-aosp
* commit '0963c781f2278a73363f2db57b0d0ec30c37b371':
Make some keys in phone keyboard to darker color
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/kbd_phone.xml | 7 | ||||
-rw-r--r-- | java/res/xml/kbd_phone_symbols.xml | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/java/res/xml/kbd_phone.xml b/java/res/xml/kbd_phone.xml index 9f381b905..0a01fa00e 100644 --- a/java/res/xml/kbd_phone.xml +++ b/java/res/xml/kbd_phone.xml @@ -41,6 +41,7 @@ <Key android:keyLabel="-" android:keyWidth="20%p" + android:isModifier="true" android:keyEdgeFlags="right" /> </Row> <Row> @@ -57,6 +58,7 @@ <Key android:keyLabel="." android:keyWidth="20%p" + android:isModifier="true" android:keyEdgeFlags="right" /> </Row> <Row> @@ -75,6 +77,7 @@ android:keyIcon="@drawable/sym_keyboard_delete" android:iconPreview="@drawable/sym_keyboard_feedback_delete" android:keyWidth="20%p" + android:isModifier="true" android:isRepeatable="true" android:keyEdgeFlags="right" /> </Row> @@ -84,7 +87,8 @@ <Key android:codes="@integer/key_symbol" android:keyIcon="@drawable/sym_keyboard_numalt" - android:iconPreview="@drawable/sym_keyboard_feedback_numalt" /> + android:iconPreview="@drawable/sym_keyboard_feedback_numalt" + android:keyEdgeFlags="left" /> <Key android:codes="48" android:keyIcon="@drawable/sym_keyboard_num0" /> @@ -96,6 +100,7 @@ android:codes="@integer/key_return" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="20%p" + android:isModifier="true" android:keyEdgeFlags="right" /> </Row> </Keyboard> diff --git a/java/res/xml/kbd_phone_symbols.xml b/java/res/xml/kbd_phone_symbols.xml index 598e211f5..2dc93c15f 100644 --- a/java/res/xml/kbd_phone_symbols.xml +++ b/java/res/xml/kbd_phone_symbols.xml @@ -38,6 +38,7 @@ <Key android:keyLabel="-" android:keyWidth="20%p" + android:isModifier="true" android:keyEdgeFlags="right" /> </Row> <Row> @@ -54,6 +55,7 @@ <Key android:keyLabel="." android:keyWidth="20%p" + android:isModifier="true" android:keyEdgeFlags="right" /> </Row> <Row> @@ -73,6 +75,7 @@ android:keyIcon="@drawable/sym_keyboard_delete" android:iconPreview="@drawable/sym_keyboard_feedback_delete" android:keyWidth="20%p" + android:isModifier="true" android:isRepeatable="true" android:keyEdgeFlags="right" /> </Row> @@ -93,6 +96,7 @@ android:codes="@integer/key_return" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="20%p" + android:isModifier="true" android:keyEdgeFlags="right" /> </Row> </Keyboard> |