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/values-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/values-sw600dp')
-rw-r--r-- | java/res/values-sw600dp/touch-position-correction.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values-sw600dp/touch-position-correction.xml b/java/res/values-sw600dp/touch-position-correction.xml index 6aaa605a6..c50ec5bb7 100644 --- a/java/res/values-sw600dp/touch-position-correction.xml +++ b/java/res/values-sw600dp/touch-position-correction.xml @@ -18,7 +18,7 @@ */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Note that correctionX is obsolete (See com.android.inputmethod.keyboard.internal.TouchPositionCorrection) + <!-- Note that correctionX is obsolete (See org.kelar.inputmethod.keyboard.internal.TouchPositionCorrection) An entry of the touch_position_correction word should be: 1. correctionX: (touch_center_x - hitbox_center_x) / hitbox_width 2. correctionY: (touch_center_y - hitbox_center_y) / hitbox_height @@ -29,7 +29,7 @@ name="touch_position_correction_data_default" translatable="false" > - <!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo) + <!-- The default touch position data (See org.kelar.inputmethod.keyboard.ProximityInfo) correctionX = 0.0f correctionY = 0.0f correctionR = DEFAULT_TOUCH_POSITION_CORRECTION_RADIUS @@ -40,7 +40,7 @@ name="touch_position_correction_data_holo" translatable="false" > - <!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo) + <!-- The default touch position data (See org.kelar.inputmethod.keyboard.ProximityInfo) correctionX = 0.0f correctionY = 0.0f correctionR = DEFAULT_TOUCH_POSITION_CORRECTION_RADIUS |