diff options
author | 2024-12-16 21:45:41 -0500 | |
---|---|---|
committer | 2025-01-11 14:17:35 -0500 | |
commit | e9a0e66716dab4dd3184d009d8920de1961efdfa (patch) | |
tree | 02dcc096643d74645bf28459c2834c3d4a2ad7f2 /java/res/xml-sw600dp-land | |
parent | fb3b9360d70596d7e921de8bf7d3ca99564a077e (diff) | |
download | latinime-e9a0e66716dab4dd3184d009d8920de1961efdfa.tar.gz latinime-e9a0e66716dab4dd3184d009d8920de1961efdfa.tar.xz latinime-e9a0e66716dab4dd3184d009d8920de1961efdfa.zip |
Rename to Kelar Keyboard (org.kelar.inputmethod.latin)
Diffstat (limited to 'java/res/xml-sw600dp-land')
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_more_keys_keyboard_template.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_number.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_phone.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_phone_symbols.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp-land/key_space_3kw.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp-land/row_qwerty4.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp-land/rows_qwerty.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_more_keys_keyboard_template.xml b/java/res/xml-sw600dp-land/kbd_more_keys_keyboard_template.xml index c7d446014..b606dbdf6 100644 --- a/java/res/xml-sw600dp-land/kbd_more_keys_keyboard_template.xml +++ b/java/res/xml-sw600dp-land/kbd_more_keys_keyboard_template.xml @@ -18,7 +18,7 @@ */ --> -<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" +<Keyboard xmlns:latin="http://schemas.android.com/apk/res-auto" latin:keyWidth="5%p" latin:rowHeight="@dimen/config_more_keys_keyboard_key_height" style="?attr/moreKeysKeyboardStyle" diff --git a/java/res/xml-sw600dp-land/kbd_number.xml b/java/res/xml-sw600dp-land/kbd_number.xml index a9e812171..de02deebc 100644 --- a/java/res/xml-sw600dp-land/kbd_number.xml +++ b/java/res/xml-sw600dp-land/kbd_number.xml @@ -19,7 +19,7 @@ --> <Keyboard - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + xmlns:latin="http://schemas.android.com/apk/res-auto" latin:keyboardLeftPadding="10%p" latin:keyboardRightPadding="10%p" latin:keyWidth="18%p" diff --git a/java/res/xml-sw600dp-land/kbd_phone.xml b/java/res/xml-sw600dp-land/kbd_phone.xml index 4cabdeb5a..6a8acaf35 100644 --- a/java/res/xml-sw600dp-land/kbd_phone.xml +++ b/java/res/xml-sw600dp-land/kbd_phone.xml @@ -19,7 +19,7 @@ --> <Keyboard - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + xmlns:latin="http://schemas.android.com/apk/res-auto" latin:keyboardLeftPadding="10%p" latin:keyboardRightPadding="10%p" latin:keyWidth="18%p" diff --git a/java/res/xml-sw600dp-land/kbd_phone_symbols.xml b/java/res/xml-sw600dp-land/kbd_phone_symbols.xml index 9c3e8259e..6314c097b 100644 --- a/java/res/xml-sw600dp-land/kbd_phone_symbols.xml +++ b/java/res/xml-sw600dp-land/kbd_phone_symbols.xml @@ -19,7 +19,7 @@ --> <Keyboard - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + xmlns:latin="http://schemas.android.com/apk/res-auto" latin:keyboardLeftPadding="10%p" latin:keyboardRightPadding="10%p" latin:keyWidth="18%p" diff --git a/java/res/xml-sw600dp-land/key_space_3kw.xml b/java/res/xml-sw600dp-land/key_space_3kw.xml index 47c4e4809..1e74496ec 100644 --- a/java/res/xml-sw600dp-land/key_space_3kw.xml +++ b/java/res/xml-sw600dp-land/key_space_3kw.xml @@ -19,7 +19,7 @@ --> <merge - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + xmlns:latin="http://schemas.android.com/apk/res-auto" > <!-- TODO: Consolidate the layout specification between protrait and landscape. Ideally just the keyWidth should be different --> diff --git a/java/res/xml-sw600dp-land/row_qwerty4.xml b/java/res/xml-sw600dp-land/row_qwerty4.xml index 0fdb5c6f5..41300c5bc 100644 --- a/java/res/xml-sw600dp-land/row_qwerty4.xml +++ b/java/res/xml-sw600dp-land/row_qwerty4.xml @@ -19,7 +19,7 @@ --> <merge - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + xmlns:latin="http://schemas.android.com/apk/res-auto" > <switch> <!-- Split the 4th row for split layouts --> diff --git a/java/res/xml-sw600dp-land/rows_qwerty.xml b/java/res/xml-sw600dp-land/rows_qwerty.xml index b580dcf6a..c5264feca 100644 --- a/java/res/xml-sw600dp-land/rows_qwerty.xml +++ b/java/res/xml-sw600dp-land/rows_qwerty.xml @@ -19,7 +19,7 @@ --> <merge - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + xmlns:latin="http://schemas.android.com/apk/res-auto" > <include latin:keyboardLayout="@xml/key_styles_common" /> |