diff options
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/kbd_number.xml | 1 | ||||
-rw-r--r-- | java/res/xml-sw768dp/kbd_phone.xml | 1 | ||||
-rw-r--r-- | java/res/xml-sw768dp/kbd_phone_symbols.xml | 1 | ||||
-rw-r--r-- | java/res/xml-sw768dp/kbd_thai_symbols.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw768dp/kbd_thai_symbols_shift.xml | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/java/res/xml-sw768dp/kbd_number.xml b/java/res/xml-sw768dp/kbd_number.xml index b20123c80..1b46edd50 100644 --- a/java/res/xml-sw768dp/kbd_number.xml +++ b/java/res/xml-sw768dp/kbd_number.xml @@ -21,6 +21,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="13.250%p" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_number" /> diff --git a/java/res/xml-sw768dp/kbd_phone.xml b/java/res/xml-sw768dp/kbd_phone.xml index fa9bf1bf4..947ede050 100644 --- a/java/res/xml-sw768dp/kbd_phone.xml +++ b/java/res/xml-sw768dp/kbd_phone.xml @@ -21,6 +21,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="13.250%p" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_phone" /> diff --git a/java/res/xml-sw768dp/kbd_phone_symbols.xml b/java/res/xml-sw768dp/kbd_phone_symbols.xml index e1a359e84..dd9a6aebd 100644 --- a/java/res/xml-sw768dp/kbd_phone_symbols.xml +++ b/java/res/xml-sw768dp/kbd_phone_symbols.xml @@ -21,6 +21,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="13.250%p" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <!-- Tablet doesn't have phone symbols keyboard --> <include diff --git a/java/res/xml-sw768dp/kbd_thai_symbols.xml b/java/res/xml-sw768dp/kbd_thai_symbols.xml index 0cd9a61ea..5ddf57446 100644 --- a/java/res/xml-sw768dp/kbd_thai_symbols.xml +++ b/java/res/xml-sw768dp/kbd_thai_symbols.xml @@ -24,7 +24,7 @@ latin:verticalGap="@fraction/key_bottom_gap_5row" latin:keyLetterSize="@fraction/key_letter_ratio_5row" latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row" - latin:touchPositionCorrectionData="@null" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_thai_symbols" /> diff --git a/java/res/xml-sw768dp/kbd_thai_symbols_shift.xml b/java/res/xml-sw768dp/kbd_thai_symbols_shift.xml index a68fec458..135222b22 100644 --- a/java/res/xml-sw768dp/kbd_thai_symbols_shift.xml +++ b/java/res/xml-sw768dp/kbd_thai_symbols_shift.xml @@ -24,7 +24,7 @@ latin:verticalGap="@fraction/key_bottom_gap_5row" latin:keyLetterSize="@fraction/key_letter_ratio_5row" latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row" - latin:touchPositionCorrectionData="@null" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_thai_symbols_shift" /> |