summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-07 11:44:33 -0400
committerJoe Onorato <joeo@google.com>2010-10-07 11:44:50 -0400
commit37265ef6a76155354e39c37a41de2cda893bfb71 (patch)
tree7af8a748288c593e0f44466890f210bdc09d4c55 /res
parentc0e8fcae492730210b2b8b6d5bb3d65636bad245 (diff)
downloadandroid_packages_apps_Trebuchet-37265ef6a76155354e39c37a41de2cda893bfb71.tar.gz
android_packages_apps_Trebuchet-37265ef6a76155354e39c37a41de2cda893bfb71.tar.bz2
android_packages_apps_Trebuchet-37265ef6a76155354e39c37a41de2cda893bfb71.zip
Fix crash on phones about no resource.
Bug: 3039845 Change-Id: If7b08eafd3fe6cdfc75a92ddcf463371359c3633
Diffstat (limited to 'res')
-rw-r--r--res/values-xlarge/colors.xml22
-rw-r--r--res/values/colors.xml4
2 files changed, 4 insertions, 22 deletions
diff --git a/res/values-xlarge/colors.xml b/res/values-xlarge/colors.xml
deleted file mode 100644
index d4c6fadb4..000000000
--- a/res/values-xlarge/colors.xml
+++ /dev/null
@@ -1,22 +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>
- <color name="app_info_filter">#A50000FE</color>
- <color name="dimmed_view_color">#FF7F7F7F</color>
-</resources> \ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9b9700f4a..24e1b67d3 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -28,4 +28,8 @@
<color name="gesture_color">#ff0563c1</color>
<color name="uncertain_gesture_color">#ff848484</color>
+
+ <color name="app_info_filter">#A50000FE</color>
+ <color name="dimmed_view_color">#FF7F7F7F</color>
+
</resources>