aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-07-13 16:04:06 +0900
committersatok <satok@google.com>2011-07-13 16:04:38 +0900
commit696ce577e61023f4ba0f96d0570a3f3024e3112a (patch)
tree6422fce00a8190f3e66dc43f20391f8e2012c7ac /java
parente0d3922ba3c328651d4982f01989c3ce15dee3c0 (diff)
downloadlatinime-696ce577e61023f4ba0f96d0570a3f3024e3112a.tar.gz
latinime-696ce577e61023f4ba0f96d0570a3f3024e3112a.tar.xz
latinime-696ce577e61023f4ba0f96d0570a3f3024e3112a.zip
Show a suggestion strip by default
Bug: 5024058 Change-Id: I5216e9a2e464c2bb3150b66779b6b1b5cd9027ff
Diffstat (limited to 'java')
-rw-r--r--java/res/values-sw600dp/donottranslate.xml23
-rw-r--r--java/res/values-sw768dp/donottranslate.xml23
2 files changed, 0 insertions, 46 deletions
diff --git a/java/res/values-sw600dp/donottranslate.xml b/java/res/values-sw600dp/donottranslate.xml
deleted file mode 100644
index 6d94c2811..000000000
--- a/java/res/values-sw600dp/donottranslate.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-**
-** Copyright 2011, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Default value of the visibility of the suggestion strip -->
- <string name="prefs_suggestion_visibility_default_value" translatable="false">1</string>
-</resources>
diff --git a/java/res/values-sw768dp/donottranslate.xml b/java/res/values-sw768dp/donottranslate.xml
deleted file mode 100644
index 672dea589..000000000
--- a/java/res/values-sw768dp/donottranslate.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-**
-** Copyright 2010, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Default value of the visibility of the suggestion strip -->
- <string name="prefs_suggestion_visibility_default_value" translatable="false">2</string>
-</resources>