aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-11-21 09:05:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-21 09:05:39 +0000
commitafb95c79677d50b05f0b034dba16ccb522750c1c (patch)
treeda4cfaf3810dce711414cfc0622c1f2250259fe8 /java/res/values
parent9882fbb2eef81158e2d789e624d56d12b844f991 (diff)
parent42d9980a84fa8f639638269a8498aa54e85b2eb4 (diff)
downloadlatinime-afb95c79677d50b05f0b034dba16ccb522750c1c.tar.gz
latinime-afb95c79677d50b05f0b034dba16ccb522750c1c.tar.xz
latinime-afb95c79677d50b05f0b034dba16ccb522750c1c.zip
Merge "Rename ambiguous feature name and related resources"
Diffstat (limited to 'java/res/values')
-rw-r--r--java/res/values/attrs.xml4
-rw-r--r--java/res/values/config.xml2
-rw-r--r--java/res/values/themes-common.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 11ab24481..e8e139da3 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -89,8 +89,8 @@
<attr name="touchNoiseThresholdTime" format="integer" />
<!-- Touch noise threshold distance in millimeter -->
<attr name="touchNoiseThresholdDistance" format="dimension" />
- <!-- Sliding key input enable -->
- <attr name="slidingKeyInputEnable" format="boolean" />
+ <!-- Enable key selection by dragging finger -->
+ <attr name="keySelectionByDraggingFinger" format="boolean" />
<attr name="slidingKeyInputPreviewColor" format="color" />
<attr name="slidingKeyInputPreviewWidth" format="dimension" />
<attr name="slidingKeyInputPreviewBodyRatio" format="integer" />
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index 61779d4b5..1b42d0b33 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -53,7 +53,7 @@
<integer name="config_touch_noise_threshold_time">40</integer>
<dimen name="config_touch_noise_threshold_distance">12.6dp</dimen>
<integer name="config_key_preview_linger_timeout">70</integer>
- <bool name="config_sliding_key_input_enabled">true</bool>
+ <bool name="config_key_selection_by_dragging_finger">true</bool>
<!-- Sliding key input preview parameters -->
<dimen name="config_sliding_key_input_preview_width">8.0dp</dimen>
<!-- Percentages of sliding key input preview body and shadow, in proportion to the width.
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml
index 75756ea7a..64e8c87b4 100644
--- a/java/res/values/themes-common.xml
+++ b/java/res/values/themes-common.xml
@@ -67,7 +67,7 @@
<item name="keyHysteresisDistanceForSlidingModifier">@dimen/config_key_hysteresis_distance_for_sliding_modifier</item>
<item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item>
<item name="touchNoiseThresholdDistance">@dimen/config_touch_noise_threshold_distance</item>
- <item name="slidingKeyInputEnable">@bool/config_sliding_key_input_enabled</item>
+ <item name="keySelectionByDraggingFinger">@bool/config_key_selection_by_dragging_finger</item>
<item name="slidingKeyInputPreviewWidth">@dimen/config_sliding_key_input_preview_width</item>
<item name="slidingKeyInputPreviewBodyRatio">@integer/config_sliding_key_input_preview_body_ratio</item>
<item name="slidingKeyInputPreviewShadowRatio">@integer/config_sliding_key_input_preview_shadow_ratio</item>
@@ -130,4 +130,4 @@
<item name="android:windowEnterAnimation">@anim/more_keys_keyboard_fadein</item>
<item name="android:windowExitAnimation">@anim/more_keys_keyboard_fadeout</item>
</style>
-</resources> \ No newline at end of file
+</resources>