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.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.xml')
-rwxr-xr-x | java/res/xml/kbd_symbols.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/java/res/xml/kbd_symbols.xml b/java/res/xml/kbd_symbols.xml index 77eb7d059..3f6b8ac85 100755 --- a/java/res/xml/kbd_symbols.xml +++ b/java/res/xml/kbd_symbols.xml @@ -123,16 +123,19 @@ <Row android:rowEdgeFlags="bottom"> <Key android:codes="-2" android:keyLabel="@string/label_alpha_key" - android:keyWidth="20%p" android:keyEdgeFlags="left"/> + 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:codes="@integer/key_f1" 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:codes="46" android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" android:keyWidth="10%p"/> - <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="20%p" android:keyEdgeFlags="right" + <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="25%p" android:keyEdgeFlags="right" android:iconPreview="@drawable/sym_keyboard_feedback_return" /> </Row> |