diff options
author | 2010-08-30 18:38:36 +0900 | |
---|---|---|
committer | 2010-08-31 14:03:50 +0900 | |
commit | 673aed42c3b291fc9f81ead58ca35a5d150f4dce (patch) | |
tree | f8e645a19ad82ea97a08227e4094dd718ca2fb3b /java/res/xml/kbd_symbols_shift.xml | |
parent | eeb77d4f6a56a140fd22c657074ad8de6676cb94 (diff) | |
download | latinime-673aed42c3b291fc9f81ead58ca35a5d150f4dce.tar.gz latinime-673aed42c3b291fc9f81ead58ca35a5d150f4dce.tar.xz latinime-673aed42c3b291fc9f81ead58ca35a5d150f4dce.zip |
Add settings button
- delete unused keyboard layout
Change-Id: Iab39446653460797f1ca876a7d9a23190c3a8df6
Diffstat (limited to 'java/res/xml/kbd_symbols_shift.xml')
-rwxr-xr-x | java/res/xml/kbd_symbols_shift.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/java/res/xml/kbd_symbols_shift.xml b/java/res/xml/kbd_symbols_shift.xml index 467ca529f..0ec4c713c 100755 --- a/java/res/xml/kbd_symbols_shift.xml +++ b/java/res/xml/kbd_symbols_shift.xml @@ -89,16 +89,19 @@ </Row> <Row android:rowEdgeFlags="bottom"> - <Key android:codes="-2" android:keyLabel="@string/label_alpha_key" android:keyWidth="20%p" + <Key android:codes="-2" android:keyLabel="@string/label_alpha_key" android:keyWidth="15%p" android:keyEdgeFlags="left"/> + <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:keyLabel="„" android:keyWidth="10%p" /> <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" - android:keyWidth="40%p" + android:keyWidth="30%p" android:iconPreview="@drawable/sym_keyboard_feedback_space" android:isRepeatable="true"/> <Key android:keyLabel="…" android:keyWidth="10%p" /> <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" - android:keyWidth="20%p" android:keyEdgeFlags="right" + android:keyWidth="25%p" android:keyEdgeFlags="right" android:iconPreview="@drawable/sym_keyboard_feedback_return" /> </Row> |