diff options
author | 2010-05-10 13:08:25 -0700 | |
---|---|---|
committer | 2010-05-10 13:08:25 -0700 | |
commit | 44357b74a3b7b3eaa5390d1a7427642bcf52dcf9 (patch) | |
tree | b087af43ad3cfbe551f9eac8f96e3bf3d07a9710 /java | |
parent | 8e0575db720eab0af7ef759143b25b4b48e7e4d9 (diff) | |
parent | 54b3fe771f4b6dfc92c959213325742618a04416 (diff) | |
download | latinime-44357b74a3b7b3eaa5390d1a7427642bcf52dcf9.tar.gz latinime-44357b74a3b7b3eaa5390d1a7427642bcf52dcf9.tar.xz latinime-44357b74a3b7b3eaa5390d1a7427642bcf52dcf9.zip |
Merge "Sync hebrew keyboard with the rest (removed popular domain button)"
Diffstat (limited to 'java')
-rwxr-xr-x | java/res/xml-iw/kbd_qwerty.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/xml-iw/kbd_qwerty.xml b/java/res/xml-iw/kbd_qwerty.xml index 3cec7cda4..b893f1a62 100755 --- a/java/res/xml-iw/kbd_qwerty.xml +++ b/java/res/xml-iw/kbd_qwerty.xml @@ -94,11 +94,11 @@ <Key android:keyLabel="/" android:keyWidth="10%p"/> <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" android:iconPreview="@drawable/sym_keyboard_feedback_space" - android:keyWidth="20%p" android:isRepeatable="true"/> - <Key android:keyLabel="@string/popular_domain_0" + android:keyWidth="40%p" android:isRepeatable="true"/> + <!--Key android:keyLabel="@string/popular_domain_0" android:keyOutputText="@string/popular_domain_0" android:popupKeyboard="@xml/popup_domains" - android:keyWidth="20%p"/> + android:keyWidth="20%p"/--> <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" android:keyWidth="10%p"/> <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" @@ -114,11 +114,11 @@ <Key android:keyLabel="\@" android:keyWidth="10%p"/> <Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space" android:iconPreview="@drawable/sym_keyboard_feedback_space" - android:keyWidth="20%p" android:isRepeatable="true"/> - <Key android:keyLabel="@string/popular_domain_0" + android:keyWidth="40%p" android:isRepeatable="true"/> + <!--Key android:keyLabel="@string/popular_domain_0" android:keyOutputText="@string/popular_domain_0" android:popupKeyboard="@xml/popup_domains" - android:keyWidth="20%p"/> + android:keyWidth="20%p"/--> <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/> <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:iconPreview="@drawable/sym_keyboard_feedback_return" |