diff options
author | 2012-09-27 15:27:51 +0900 | |
---|---|---|
committer | 2012-09-27 17:55:58 +0900 | |
commit | 17752016713b92a55e9c2356d07b7ed51c67416b (patch) | |
tree | e8bbc6b8aedb2366502e050705db40e05d596b92 /java/res/xml | |
parent | 4d1f3d11db7f8efb1fe7a9d3cba39c31a98c6e79 (diff) | |
download | latinime-17752016713b92a55e9c2356d07b7ed51c67416b.tar.gz latinime-17752016713b92a55e9c2356d07b7ed51c67416b.tar.xz latinime-17752016713b92a55e9c2356d07b7ed51c67416b.zip |
Calculate default touch position correction data for keys on 4th row
This change also disables touch position correction for Phone/Dvorak
keyboard.
Bug: 7243101
Change-Id: Idfcc7ad1feabbe6a81635dceba5be087401fa18b
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/kbd_10_10_7_symbols.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_10_10_7_symbols_shift.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_number.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_pcqwerty.xml | 2 | ||||
-rw-r--r-- | java/res/xml/kbd_pcqwerty_symbols.xml | 2 | ||||
-rw-r--r-- | java/res/xml/kbd_phone.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_phone_symbols.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_symbols.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_symbols_shift.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_thai.xml | 2 | ||||
-rw-r--r-- | java/res/xml/kbd_thai_symbols.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_thai_symbols_shift.xml | 1 |
12 files changed, 12 insertions, 3 deletions
diff --git a/java/res/xml/kbd_10_10_7_symbols.xml b/java/res/xml/kbd_10_10_7_symbols.xml index 7e075df48..4d9861b73 100644 --- a/java/res/xml/kbd_10_10_7_symbols.xml +++ b/java/res/xml/kbd_10_10_7_symbols.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_symbols" /> diff --git a/java/res/xml/kbd_10_10_7_symbols_shift.xml b/java/res/xml/kbd_10_10_7_symbols_shift.xml index 25db3c84d..a2d67caf4 100644 --- a/java/res/xml/kbd_10_10_7_symbols_shift.xml +++ b/java/res/xml/kbd_10_10_7_symbols_shift.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_symbols_shift" /> diff --git a/java/res/xml/kbd_number.xml b/java/res/xml/kbd_number.xml index 8b0deea97..aa8872f26 100644 --- a/java/res/xml/kbd_number.xml +++ b/java/res/xml/kbd_number.xml @@ -21,6 +21,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="26.67%p" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_number" /> diff --git a/java/res/xml/kbd_pcqwerty.xml b/java/res/xml/kbd_pcqwerty.xml index 777c71af3..5155bc510 100644 --- a/java/res/xml/kbd_pcqwerty.xml +++ b/java/res/xml/kbd_pcqwerty.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_pcqwerty" /> diff --git a/java/res/xml/kbd_pcqwerty_symbols.xml b/java/res/xml/kbd_pcqwerty_symbols.xml index a2297f702..bfb39e8aa 100644 --- a/java/res/xml/kbd_pcqwerty_symbols.xml +++ b/java/res/xml/kbd_pcqwerty_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_pcqwerty_symbols" /> diff --git a/java/res/xml/kbd_phone.xml b/java/res/xml/kbd_phone.xml index 91637b62c..dab3d494a 100644 --- a/java/res/xml/kbd_phone.xml +++ b/java/res/xml/kbd_phone.xml @@ -21,6 +21,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="26.67%p" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_phone" /> diff --git a/java/res/xml/kbd_phone_symbols.xml b/java/res/xml/kbd_phone_symbols.xml index 7f59a855a..ba4e4646d 100644 --- a/java/res/xml/kbd_phone_symbols.xml +++ b/java/res/xml/kbd_phone_symbols.xml @@ -21,6 +21,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="26.67%p" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_phone_symbols" /> diff --git a/java/res/xml/kbd_symbols.xml b/java/res/xml/kbd_symbols.xml index f6612a2f7..47e08d57f 100644 --- a/java/res/xml/kbd_symbols.xml +++ b/java/res/xml/kbd_symbols.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_symbols" /> diff --git a/java/res/xml/kbd_symbols_shift.xml b/java/res/xml/kbd_symbols_shift.xml index 41a5571ef..932ec017e 100644 --- a/java/res/xml/kbd_symbols_shift.xml +++ b/java/res/xml/kbd_symbols_shift.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_symbols_shift" /> diff --git a/java/res/xml/kbd_thai.xml b/java/res/xml/kbd_thai.xml index b4a4a0b92..294bffb5b 100644 --- a/java/res/xml/kbd_thai.xml +++ b/java/res/xml/kbd_thai.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" /> diff --git a/java/res/xml/kbd_thai_symbols.xml b/java/res/xml/kbd_thai_symbols.xml index 7e075df48..4d9861b73 100644 --- a/java/res/xml/kbd_thai_symbols.xml +++ b/java/res/xml/kbd_thai_symbols.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_symbols" /> diff --git a/java/res/xml/kbd_thai_symbols_shift.xml b/java/res/xml/kbd_thai_symbols_shift.xml index 25db3c84d..a2d67caf4 100644 --- a/java/res/xml/kbd_thai_symbols_shift.xml +++ b/java/res/xml/kbd_thai_symbols_shift.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:touchPositionCorrectionData="@array/touch_position_correction_data_default" > <include latin:keyboardLayout="@xml/rows_symbols_shift" /> |