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 | |
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')
65 files changed, 65 insertions, 65 deletions
diff --git a/java/res/xml-sw600dp/kbd_more_keys_keyboard_template.xml b/java/res/xml-sw600dp/kbd_more_keys_keyboard_template.xml index fbe8cfcc0..cbed0e010 100644 --- a/java/res/xml-sw600dp/kbd_more_keys_keyboard_template.xml +++ b/java/res/xml-sw600dp/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="8%p" latin:rowHeight="@dimen/config_more_keys_keyboard_key_height" style="?attr/moreKeysKeyboardStyle" diff --git a/java/res/xml-sw600dp/kbd_number.xml b/java/res/xml-sw600dp/kbd_number.xml index 71d662267..d46a575ef 100644 --- a/java/res/xml-sw600dp/kbd_number.xml +++ b/java/res/xml-sw600dp/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:keyWidth="18%p" latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > diff --git a/java/res/xml-sw600dp/kbd_phone.xml b/java/res/xml-sw600dp/kbd_phone.xml index 5fdbea27b..dcfa1af1a 100644 --- a/java/res/xml-sw600dp/kbd_phone.xml +++ b/java/res/xml-sw600dp/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:keyWidth="18%p" latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > diff --git a/java/res/xml-sw600dp/kbd_phone_symbols.xml b/java/res/xml-sw600dp/kbd_phone_symbols.xml index ce24d2b39..9af3c8aec 100644 --- a/java/res/xml-sw600dp/kbd_phone_symbols.xml +++ b/java/res/xml-sw600dp/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:keyWidth="18%p" latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > diff --git a/java/res/xml-sw600dp/key_comma.xml b/java/res/xml-sw600dp/key_comma.xml index e616a8d70..84ac7f981 100644 --- a/java/res/xml-sw600dp/key_comma.xml +++ b/java/res/xml-sw600dp/key_comma.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> <case diff --git a/java/res/xml-sw600dp/key_period.xml b/java/res/xml-sw600dp/key_period.xml index 3045cbc63..554f7ab07 100644 --- a/java/res/xml-sw600dp/key_period.xml +++ b/java/res/xml-sw600dp/key_period.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" > <!-- The table period key which may have different label depending on locale --> <!-- Kept as a separate file for cleaner overriding by an overlay. --> diff --git a/java/res/xml-sw600dp/key_settings.xml b/java/res/xml-sw600dp/key_settings.xml index 45915e948..a11efe1a5 100644 --- a/java/res/xml-sw600dp/key_settings.xml +++ b/java/res/xml-sw600dp/key_settings.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> <case diff --git a/java/res/xml-sw600dp/key_space_3kw.xml b/java/res/xml-sw600dp/key_space_3kw.xml index 8cc3a38a5..0cfce9301 100644 --- a/java/res/xml-sw600dp/key_space_3kw.xml +++ b/java/res/xml-sw600dp/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" > <switch> <case diff --git a/java/res/xml-sw600dp/key_space_7kw.xml b/java/res/xml-sw600dp/key_space_7kw.xml index 61e076534..4be7713da 100644 --- a/java/res/xml-sw600dp/key_space_7kw.xml +++ b/java/res/xml-sw600dp/key_space_7kw.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> <case diff --git a/java/res/xml-sw600dp/key_space_symbols.xml b/java/res/xml-sw600dp/key_space_symbols.xml index b3cb5ac78..43270970b 100644 --- a/java/res/xml-sw600dp/key_space_symbols.xml +++ b/java/res/xml-sw600dp/key_space_symbols.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" > <Key latin:keyStyle="spaceKeyStyle" diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 3d25f4295..f708509f2 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.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> <case diff --git a/java/res/xml-sw600dp/key_styles_enter.xml b/java/res/xml-sw600dp/key_styles_enter.xml index 63ef2f8f9..14536cb5b 100644 --- a/java/res/xml-sw600dp/key_styles_enter.xml +++ b/java/res/xml-sw600dp/key_styles_enter.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" > <!-- Navigate more keys style --> <include latin:keyboardLayout="@xml/key_styles_navigate_more_keys" /> diff --git a/java/res/xml-sw600dp/keys_arabic3_left.xml b/java/res/xml-sw600dp/keys_arabic3_left.xml index 87ca1055e..baeb98044 100644 --- a/java/res/xml-sw600dp/keys_arabic3_left.xml +++ b/java/res/xml-sw600dp/keys_arabic3_left.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" > <!-- U+0630: "ذ" ARABIC LETTER THAL --> <Key diff --git a/java/res/xml-sw600dp/keys_dvorak_123.xml b/java/res/xml-sw600dp/keys_dvorak_123.xml index 91ceb1c43..11842f8b6 100644 --- a/java/res/xml-sw600dp/keys_dvorak_123.xml +++ b/java/res/xml-sw600dp/keys_dvorak_123.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> <case diff --git a/java/res/xml-sw600dp/keys_exclamation_question.xml b/java/res/xml-sw600dp/keys_exclamation_question.xml index cf2c61ead..3651fddfe 100644 --- a/java/res/xml-sw600dp/keys_exclamation_question.xml +++ b/java/res/xml-sw600dp/keys_exclamation_question.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" > <Key latin:keySpec="!" diff --git a/java/res/xml-sw600dp/keys_farsi3_right.xml b/java/res/xml-sw600dp/keys_farsi3_right.xml index c832d5542..396a4be26 100644 --- a/java/res/xml-sw600dp/keys_farsi3_right.xml +++ b/java/res/xml-sw600dp/keys_farsi3_right.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" > <!-- U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE --> <Key diff --git a/java/res/xml-sw600dp/keys_pcqwerty2_right3.xml b/java/res/xml-sw600dp/keys_pcqwerty2_right3.xml index 76ac6bbdd..02e8a971d 100644 --- a/java/res/xml-sw600dp/keys_pcqwerty2_right3.xml +++ b/java/res/xml-sw600dp/keys_pcqwerty2_right3.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> <case diff --git a/java/res/xml-sw600dp/keys_pcqwerty3_right2.xml b/java/res/xml-sw600dp/keys_pcqwerty3_right2.xml index f18fb507c..a0ad182a9 100644 --- a/java/res/xml-sw600dp/keys_pcqwerty3_right2.xml +++ b/java/res/xml-sw600dp/keys_pcqwerty3_right2.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> <case diff --git a/java/res/xml-sw600dp/keys_pcqwerty4_right3.xml b/java/res/xml-sw600dp/keys_pcqwerty4_right3.xml index 9ac718cd8..05f03f9df 100644 --- a/java/res/xml-sw600dp/keys_pcqwerty4_right3.xml +++ b/java/res/xml-sw600dp/keys_pcqwerty4_right3.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> <case diff --git a/java/res/xml-sw600dp/row_pcqwerty5.xml b/java/res/xml-sw600dp/row_pcqwerty5.xml index 4dcae1455..aef0a9df0 100644 --- a/java/res/xml-sw600dp/row_pcqwerty5.xml +++ b/java/res/xml-sw600dp/row_pcqwerty5.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" > <Row latin:keyWidth="7.0%p" diff --git a/java/res/xml-sw600dp/row_qwerty4.xml b/java/res/xml-sw600dp/row_qwerty4.xml index bcfd2cb7f..7eb6da8a9 100644 --- a/java/res/xml-sw600dp/row_qwerty4.xml +++ b/java/res/xml-sw600dp/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/rowkeys_dvorak3.xml b/java/res/xml-sw600dp/rowkeys_dvorak3.xml index e58d6dbef..ce98a9733 100644 --- a/java/res/xml-sw600dp/rowkeys_dvorak3.xml +++ b/java/res/xml-sw600dp/rowkeys_dvorak3.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" > <Key latin:keySpec="q" /> diff --git a/java/res/xml-sw600dp/rowkeys_pcqwerty1.xml b/java/res/xml-sw600dp/rowkeys_pcqwerty1.xml index e4b824f80..094d1c6ab 100644 --- a/java/res/xml-sw600dp/rowkeys_pcqwerty1.xml +++ b/java/res/xml-sw600dp/rowkeys_pcqwerty1.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> <case diff --git a/java/res/xml-sw600dp/rows_arabic.xml b/java/res/xml-sw600dp/rows_arabic.xml index 1b7b4161e..df2b1891f 100644 --- a/java/res/xml-sw600dp/rows_arabic.xml +++ b/java/res/xml-sw600dp/rows_arabic.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_armenian_phonetic.xml b/java/res/xml-sw600dp/rows_armenian_phonetic.xml index ebd16cba0..188c841a1 100644 --- a/java/res/xml-sw600dp/rows_armenian_phonetic.xml +++ b/java/res/xml-sw600dp/rows_armenian_phonetic.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="9.0%p" diff --git a/java/res/xml-sw600dp/rows_azerty.xml b/java/res/xml-sw600dp/rows_azerty.xml index cdc91857f..d047c729f 100644 --- a/java/res/xml-sw600dp/rows_azerty.xml +++ b/java/res/xml-sw600dp/rows_azerty.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" /> diff --git a/java/res/xml-sw600dp/rows_bengali.xml b/java/res/xml-sw600dp/rows_bengali.xml index 10b3e4fb5..9dfe32139 100644 --- a/java/res/xml-sw600dp/rows_bengali.xml +++ b/java/res/xml-sw600dp/rows_bengali.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_bengali_akkhor.xml b/java/res/xml-sw600dp/rows_bengali_akkhor.xml index 3e81a1438..d51cbb296 100644 --- a/java/res/xml-sw600dp/rows_bengali_akkhor.xml +++ b/java/res/xml-sw600dp/rows_bengali_akkhor.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > +<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyLabelFlags="fontNormal" diff --git a/java/res/xml-sw600dp/rows_bulgarian.xml b/java/res/xml-sw600dp/rows_bulgarian.xml index c73aa1c1a..e575ead56 100644 --- a/java/res/xml-sw600dp/rows_bulgarian.xml +++ b/java/res/xml-sw600dp/rows_bulgarian.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" /> diff --git a/java/res/xml-sw600dp/rows_bulgarian_bds.xml b/java/res/xml-sw600dp/rows_bulgarian_bds.xml index bc773ee58..e290a8c18 100644 --- a/java/res/xml-sw600dp/rows_bulgarian_bds.xml +++ b/java/res/xml-sw600dp/rows_bulgarian_bds.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" /> diff --git a/java/res/xml-sw600dp/rows_colemak.xml b/java/res/xml-sw600dp/rows_colemak.xml index 7559bfb96..f3f32d159 100644 --- a/java/res/xml-sw600dp/rows_colemak.xml +++ b/java/res/xml-sw600dp/rows_colemak.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" /> diff --git a/java/res/xml-sw600dp/rows_dvorak.xml b/java/res/xml-sw600dp/rows_dvorak.xml index c8f5e3aa2..9fb3e649d 100644 --- a/java/res/xml-sw600dp/rows_dvorak.xml +++ b/java/res/xml-sw600dp/rows_dvorak.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" /> diff --git a/java/res/xml-sw600dp/rows_east_slavic.xml b/java/res/xml-sw600dp/rows_east_slavic.xml index c5045fffc..8c08bbff6 100644 --- a/java/res/xml-sw600dp/rows_east_slavic.xml +++ b/java/res/xml-sw600dp/rows_east_slavic.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" /> diff --git a/java/res/xml-sw600dp/rows_farsi.xml b/java/res/xml-sw600dp/rows_farsi.xml index 1d098df9a..2849df58a 100644 --- a/java/res/xml-sw600dp/rows_farsi.xml +++ b/java/res/xml-sw600dp/rows_farsi.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_georgian.xml b/java/res/xml-sw600dp/rows_georgian.xml index 891cbc109..7874c7531 100644 --- a/java/res/xml-sw600dp/rows_georgian.xml +++ b/java/res/xml-sw600dp/rows_georgian.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" /> diff --git a/java/res/xml-sw600dp/rows_greek.xml b/java/res/xml-sw600dp/rows_greek.xml index 60ee478d8..b2ed3e3a2 100644 --- a/java/res/xml-sw600dp/rows_greek.xml +++ b/java/res/xml-sw600dp/rows_greek.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" /> diff --git a/java/res/xml-sw600dp/rows_hebrew.xml b/java/res/xml-sw600dp/rows_hebrew.xml index 86b34202f..fe582aff6 100644 --- a/java/res/xml-sw600dp/rows_hebrew.xml +++ b/java/res/xml-sw600dp/rows_hebrew.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" /> diff --git a/java/res/xml-sw600dp/rows_hindi.xml b/java/res/xml-sw600dp/rows_hindi.xml index 42b92a72a..7608acf7a 100644 --- a/java/res/xml-sw600dp/rows_hindi.xml +++ b/java/res/xml-sw600dp/rows_hindi.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_hindi_compact.xml b/java/res/xml-sw600dp/rows_hindi_compact.xml index 649345169..d4a247e4e 100644 --- a/java/res/xml-sw600dp/rows_hindi_compact.xml +++ b/java/res/xml-sw600dp/rows_hindi_compact.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_kannada.xml b/java/res/xml-sw600dp/rows_kannada.xml index 55eedc559..dc755a14c 100644 --- a/java/res/xml-sw600dp/rows_kannada.xml +++ b/java/res/xml-sw600dp/rows_kannada.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_khmer.xml b/java/res/xml-sw600dp/rows_khmer.xml index 800a3ee57..3af0b2077 100644 --- a/java/res/xml-sw600dp/rows_khmer.xml +++ b/java/res/xml-sw600dp/rows_khmer.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="7.5%p" diff --git a/java/res/xml-sw600dp/rows_lao.xml b/java/res/xml-sw600dp/rows_lao.xml index 264e2d9ed..77a12c264 100644 --- a/java/res/xml-sw600dp/rows_lao.xml +++ b/java/res/xml-sw600dp/rows_lao.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="7.5%p" diff --git a/java/res/xml-sw600dp/rows_malayalam.xml b/java/res/xml-sw600dp/rows_malayalam.xml index 1df7e6ea6..f7f425f20 100644 --- a/java/res/xml-sw600dp/rows_malayalam.xml +++ b/java/res/xml-sw600dp/rows_malayalam.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_marathi.xml b/java/res/xml-sw600dp/rows_marathi.xml index c77bea567..f127e1a86 100644 --- a/java/res/xml-sw600dp/rows_marathi.xml +++ b/java/res/xml-sw600dp/rows_marathi.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_mongolian.xml b/java/res/xml-sw600dp/rows_mongolian.xml index 8e39e625a..39e67eb0f 100644 --- a/java/res/xml-sw600dp/rows_mongolian.xml +++ b/java/res/xml-sw600dp/rows_mongolian.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" /> diff --git a/java/res/xml-sw600dp/rows_nepali_romanized.xml b/java/res/xml-sw600dp/rows_nepali_romanized.xml index 41cd2f9b4..1f4eb5a35 100644 --- a/java/res/xml-sw600dp/rows_nepali_romanized.xml +++ b/java/res/xml-sw600dp/rows_nepali_romanized.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_nepali_traditional.xml b/java/res/xml-sw600dp/rows_nepali_traditional.xml index d23ca24e4..7b0678bf2 100644 --- a/java/res/xml-sw600dp/rows_nepali_traditional.xml +++ b/java/res/xml-sw600dp/rows_nepali_traditional.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_nordic.xml b/java/res/xml-sw600dp/rows_nordic.xml index 56fa4066f..f2242dd95 100644 --- a/java/res/xml-sw600dp/rows_nordic.xml +++ b/java/res/xml-sw600dp/rows_nordic.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" /> diff --git a/java/res/xml-sw600dp/rows_number_normal.xml b/java/res/xml-sw600dp/rows_number_normal.xml index e6fdf73ec..c364a33c6 100644 --- a/java/res/xml-sw600dp/rows_number_normal.xml +++ b/java/res/xml-sw600dp/rows_number_normal.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" > <Row> <Key diff --git a/java/res/xml-sw600dp/rows_number_password.xml b/java/res/xml-sw600dp/rows_number_password.xml index 37e63383e..543cf7d77 100644 --- a/java/res/xml-sw600dp/rows_number_password.xml +++ b/java/res/xml-sw600dp/rows_number_password.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" > <Row> <!-- Note: This Spacer prevents the below key from being marked as a left edge key. --> diff --git a/java/res/xml-sw600dp/rows_pcqwerty.xml b/java/res/xml-sw600dp/rows_pcqwerty.xml index 73b7e473e..2075c62c0 100644 --- a/java/res/xml-sw600dp/rows_pcqwerty.xml +++ b/java/res/xml-sw600dp/rows_pcqwerty.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" /> diff --git a/java/res/xml-sw600dp/rows_phone.xml b/java/res/xml-sw600dp/rows_phone.xml index fc86a7670..9a9c9b9a2 100644 --- a/java/res/xml-sw600dp/rows_phone.xml +++ b/java/res/xml-sw600dp/rows_phone.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" /> diff --git a/java/res/xml-sw600dp/rows_qwerty.xml b/java/res/xml-sw600dp/rows_qwerty.xml index 51df4b0cc..259a6f003 100644 --- a/java/res/xml-sw600dp/rows_qwerty.xml +++ b/java/res/xml-sw600dp/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" /> diff --git a/java/res/xml-sw600dp/rows_qwertz.xml b/java/res/xml-sw600dp/rows_qwertz.xml index 3b59dec54..efd534bb5 100644 --- a/java/res/xml-sw600dp/rows_qwertz.xml +++ b/java/res/xml-sw600dp/rows_qwertz.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" /> diff --git a/java/res/xml-sw600dp/rows_serbian_qwertz.xml b/java/res/xml-sw600dp/rows_serbian_qwertz.xml index a3fb62523..5fd48c617 100644 --- a/java/res/xml-sw600dp/rows_serbian_qwertz.xml +++ b/java/res/xml-sw600dp/rows_serbian_qwertz.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > +<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" > <include latin:keyboardLayout="@xml/rowkeys_serbian_qwertz1" /> diff --git a/java/res/xml-sw600dp/rows_sinhala.xml b/java/res/xml-sw600dp/rows_sinhala.xml index 278602820..2fe89792e 100644 --- a/java/res/xml-sw600dp/rows_sinhala.xml +++ b/java/res/xml-sw600dp/rows_sinhala.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_south_slavic.xml b/java/res/xml-sw600dp/rows_south_slavic.xml index 5053988cc..cfe5c5757 100644 --- a/java/res/xml-sw600dp/rows_south_slavic.xml +++ b/java/res/xml-sw600dp/rows_south_slavic.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" /> diff --git a/java/res/xml-sw600dp/rows_spanish.xml b/java/res/xml-sw600dp/rows_spanish.xml index 1092c268e..27be76c9d 100644 --- a/java/res/xml-sw600dp/rows_spanish.xml +++ b/java/res/xml-sw600dp/rows_spanish.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" /> diff --git a/java/res/xml-sw600dp/rows_swiss.xml b/java/res/xml-sw600dp/rows_swiss.xml index 4f4ca85b4..e057f5fba 100644 --- a/java/res/xml-sw600dp/rows_swiss.xml +++ b/java/res/xml-sw600dp/rows_swiss.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" /> diff --git a/java/res/xml-sw600dp/rows_symbols.xml b/java/res/xml-sw600dp/rows_symbols.xml index 05e7c685e..664a87e91 100644 --- a/java/res/xml-sw600dp/rows_symbols.xml +++ b/java/res/xml-sw600dp/rows_symbols.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" /> diff --git a/java/res/xml-sw600dp/rows_symbols_shift.xml b/java/res/xml-sw600dp/rows_symbols_shift.xml index 70ac42eb9..ac9ca2eec 100644 --- a/java/res/xml-sw600dp/rows_symbols_shift.xml +++ b/java/res/xml-sw600dp/rows_symbols_shift.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" /> diff --git a/java/res/xml-sw600dp/rows_tamil.xml b/java/res/xml-sw600dp/rows_tamil.xml index 785e751c8..569a634c3 100644 --- a/java/res/xml-sw600dp/rows_tamil.xml +++ b/java/res/xml-sw600dp/rows_tamil.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_telugu.xml b/java/res/xml-sw600dp/rows_telugu.xml index c9aeb7ef2..c782969f8 100644 --- a/java/res/xml-sw600dp/rows_telugu.xml +++ b/java/res/xml-sw600dp/rows_telugu.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" diff --git a/java/res/xml-sw600dp/rows_thai.xml b/java/res/xml-sw600dp/rows_thai.xml index 2006056a4..df3cca7b0 100644 --- a/java/res/xml-sw600dp/rows_thai.xml +++ b/java/res/xml-sw600dp/rows_thai.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> +<merge xmlns:latin="http://schemas.android.com/apk/res-auto"> <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="7.5%p" diff --git a/java/res/xml-sw600dp/rows_uzbek.xml b/java/res/xml-sw600dp/rows_uzbek.xml index 3cd9940f6..06e51a00d 100644 --- a/java/res/xml-sw600dp/rows_uzbek.xml +++ b/java/res/xml-sw600dp/rows_uzbek.xml @@ -18,7 +18,7 @@ */ --> -<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > +<merge xmlns:latin="http://schemas.android.com/apk/res-auto" > <include latin:keyboardLayout="@xml/key_styles_common" /> <Row latin:keyWidth="8.182%p" > <include latin:keyboardLayout="@xml/rowkeys_uzbek1" /> |