diff options
author | 2011-07-13 00:06:50 -0700 | |
---|---|---|
committer | 2011-07-13 00:06:50 -0700 | |
commit | ad2a3bd6dd04c9ed53e1c46d4e111f738d112c5e (patch) | |
tree | ac1379fdc10070b8c921080da3d9ee3461f787a6 /java | |
parent | 9c5904e821a4c9ac3613591f4f7721449ffd1760 (diff) | |
parent | 696ce577e61023f4ba0f96d0570a3f3024e3112a (diff) | |
download | latinime-ad2a3bd6dd04c9ed53e1c46d4e111f738d112c5e.tar.gz latinime-ad2a3bd6dd04c9ed53e1c46d4e111f738d112c5e.tar.xz latinime-ad2a3bd6dd04c9ed53e1c46d4e111f738d112c5e.zip |
Merge "Show a suggestion strip by default"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values-sw600dp/donottranslate.xml | 23 | ||||
-rw-r--r-- | java/res/values-sw768dp/donottranslate.xml | 23 |
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> |