summaryrefslogtreecommitdiffstats
path: root/res/color
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-14 12:26:54 -0700
committerWinson Chung <winsonc@google.com>2011-10-14 13:02:24 -0700
commitd2c1f80aa73bef9d7fb5991ec29ea7a7b2e38f90 (patch)
treeaf08c3563a3f298fab79f9d1a2049fa87faf3b39 /res/color
parent2dcda1f72c4f09578d13b20890aa146f961e2ee7 (diff)
downloadandroid_packages_apps_Trebuchet-d2c1f80aa73bef9d7fb5991ec29ea7a7b2e38f90.tar.gz
android_packages_apps_Trebuchet-d2c1f80aa73bef9d7fb5991ec29ea7a7b2e38f90.tar.bz2
android_packages_apps_Trebuchet-d2c1f80aa73bef9d7fb5991ec29ea7a7b2e38f90.zip
Making Launcher tabs more consistent with system. (Bug: 5184498)
Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
Diffstat (limited to 'res/color')
-rw-r--r--res/color/tab_widget_indicator_color.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/color/tab_widget_indicator_color.xml b/res/color/tab_widget_indicator_color.xml
deleted file mode 100644
index cbe9e3e19..000000000
--- a/res/color/tab_widget_indicator_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_selected="true" android:color="#FFEFEFEF" />
- <item android:color="#909090" />
-</selector>