aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-09-16 20:43:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-16 20:43:43 -0700
commit7074307beee95b8d77014d4391ce09919627c4b2 (patch)
tree835f4a31f73371d2f12d2123fab024c5b8828f9b /java/res
parent9320451faf983c10e3da9b71e7f0c7f15c0caeec (diff)
parent73d607fb70b96954d109a3c1410719b59af2aacf (diff)
downloadlatinime-7074307beee95b8d77014d4391ce09919627c4b2.tar.gz
latinime-7074307beee95b8d77014d4391ce09919627c4b2.tar.xz
latinime-7074307beee95b8d77014d4391ce09919627c4b2.zip
am 73d607fb: Merge "[AC5] Introduce the setting for phrase gesture."
* commit '73d607fb70b96954d109a3c1410719b59af2aacf': [AC5] Introduce the setting for phrase gesture.
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config-additional-features.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/java/res/values/config-additional-features.xml b/java/res/values/config-additional-features.xml
new file mode 100644
index 000000000..47eb7724c
--- /dev/null
+++ b/java/res/values/config-additional-features.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+ <!-- Whether phrase gestures are enabled by default -->
+ <bool name="config_default_phrase_gesture_enabled">false</bool>
+</resources>