diff options
author | 2010-10-01 16:42:13 +0900 | |
---|---|---|
committer | 2010-10-01 19:27:37 +0900 | |
commit | 8e1f1be0f3cfce4ed0623d3d137f53f034f5b718 (patch) | |
tree | 15d65a1cfd92b17c5c37c4959898593d37f93b79 /java/res/xml-sr | |
parent | 88a045637a8aa812ec09e2fa6ad0b75dd401e1f9 (diff) | |
download | latinime-8e1f1be0f3cfce4ed0623d3d137f53f034f5b718.tar.gz latinime-8e1f1be0f3cfce4ed0623d3d137f53f034f5b718.tar.xz latinime-8e1f1be0f3cfce4ed0623d3d137f53f034f5b718.zip |
Long press mic/comma key bring mini keyboard with settings
Bug: 3050703
Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a
Diffstat (limited to 'java/res/xml-sr')
-rw-r--r-- | java/res/xml-sr/kbd_qwerty.xml | 12 | ||||
-rw-r--r-- | java/res/xml-sr/kbd_qwerty_black.xml | 24 |
2 files changed, 6 insertions, 30 deletions
diff --git a/java/res/xml-sr/kbd_qwerty.xml b/java/res/xml-sr/kbd_qwerty.xml index ba8bf8c7d..c671166d1 100644 --- a/java/res/xml-sr/kbd_qwerty.xml +++ b/java/res/xml-sr/kbd_qwerty.xml @@ -147,8 +147,6 @@ android:keyEdgeFlags="left" /> <Key android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_keyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" android:isModifier="true" /> <Key android:codes="@integer/key_space" @@ -245,8 +243,6 @@ android:keyEdgeFlags="left" /> <Key android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_keyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" android:isModifier="true" /> <Key android:codes="@integer/key_space" @@ -279,8 +275,6 @@ android:keyEdgeFlags="left" /> <Key android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_keyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" android:isModifier="true" /> <Key android:codes="@integer/key_space" @@ -324,8 +318,6 @@ android:isModifier="true" /> <Key android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_keyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" android:isModifier="true" /> <Key android:codes="@integer/key_space" @@ -437,8 +429,6 @@ android:isModifier="true" /> <Key android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_keyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" android:isModifier="true" /> <Key android:codes="@integer/key_space" @@ -476,8 +466,6 @@ android:isModifier="true" /> <Key android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_keyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" android:isModifier="true" /> <Key android:codes="@integer/key_space" diff --git a/java/res/xml-sr/kbd_qwerty_black.xml b/java/res/xml-sr/kbd_qwerty_black.xml index 1bfb58e48..5e5bceec0 100644 --- a/java/res/xml-sr/kbd_qwerty_black.xml +++ b/java/res/xml-sr/kbd_qwerty_black.xml @@ -144,9 +144,7 @@ android:keyWidth="20%p" android:keyEdgeFlags="left" /> <Key - android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_bkeyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" /> + android:codes="@integer/key_f1" /> <Key android:codes="@integer/key_space" android:keyIcon="@drawable/sym_bkeyboard_space" @@ -227,9 +225,7 @@ android:keyWidth="20%p" android:keyEdgeFlags="left" /> <Key - android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_bkeyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" /> + android:codes="@integer/key_f1" /> <Key android:codes="@integer/key_space" android:keyIcon="@drawable/sym_bkeyboard_space" @@ -256,9 +252,7 @@ android:keyWidth="20%p" android:keyEdgeFlags="left" /> <Key - android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_bkeyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" /> + android:codes="@integer/key_f1" /> <Key android:codes="@integer/key_space" android:keyIcon="@drawable/sym_bkeyboard_space" @@ -294,9 +288,7 @@ android:keyIcon="@drawable/sym_bkeyboard_settings" android:iconPreview="@drawable/sym_keyboard_feedback_settings" /> <Key - android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_bkeyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" /> + android:codes="@integer/key_f1" /> <Key android:codes="@integer/key_space" android:keyIcon="@drawable/sym_bkeyboard_space" @@ -389,9 +381,7 @@ android:keyIcon="@drawable/sym_bkeyboard_settings" android:iconPreview="@drawable/sym_keyboard_feedback_settings" /> <Key - android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_bkeyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" /> + android:codes="@integer/key_f1" /> <Key android:codes="@integer/key_space" android:keyIcon="@drawable/sym_bkeyboard_space" @@ -422,9 +412,7 @@ android:keyIcon="@drawable/sym_bkeyboard_settings" android:iconPreview="@drawable/sym_keyboard_feedback_settings" /> <Key - android:codes="@integer/key_f1" - android:keyIcon="@drawable/sym_bkeyboard_mic" - android:iconPreview="@drawable/sym_keyboard_feedback_mic" /> + android:codes="@integer/key_f1" /> <Key android:codes="@integer/key_space" android:keyIcon="@drawable/sym_bkeyboard_space" |