From 696ce577e61023f4ba0f96d0570a3f3024e3112a Mon Sep 17 00:00:00 2001 From: satok <satok@google.com> Date: Wed, 13 Jul 2011 16:04:06 +0900 Subject: [PATCH] Show a suggestion strip by default Bug: 5024058 Change-Id: I5216e9a2e464c2bb3150b66779b6b1b5cd9027ff --- java/res/values-sw600dp/donottranslate.xml | 23 ---------------------- java/res/values-sw768dp/donottranslate.xml | 23 ---------------------- 2 files changed, 46 deletions(-) delete mode 100644 java/res/values-sw600dp/donottranslate.xml delete mode 100644 java/res/values-sw768dp/donottranslate.xml diff --git a/java/res/values-sw600dp/donottranslate.xml b/java/res/values-sw600dp/donottranslate.xml deleted file mode 100644 index 6d94c2811a..0000000000 --- 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 672dea589c..0000000000 --- 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> -- GitLab