summaryrefslogtreecommitdiffstats
path: root/chips/res/drawable
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-10-26 10:35:24 -0700
committerMindy Pereira <mindyp@google.com>2011-10-26 11:13:09 -0700
commit178d14af86be845acf73d4af13aa1200c2e34377 (patch)
treec3d427ce16464fad67346c53e01280006b11c92b /chips/res/drawable
parent1ff68c4e0f4e9cf4327386b01669248c1cdf0c75 (diff)
downloadandroid_frameworks_ex-178d14af86be845acf73d4af13aa1200c2e34377.tar.gz
android_frameworks_ex-178d14af86be845acf73d4af13aa1200c2e34377.tar.bz2
android_frameworks_ex-178d14af86be845acf73d4af13aa1200c2e34377.zip
Use system default list item backgrounds for the chips dropdown list.
Fixes b/5517138 chips: background selection color for chips dropdown is orange, not blue Change-Id: Ie0fce4cafe73186659eb822882cc64675806d2a3
Diffstat (limited to 'chips/res/drawable')
-rw-r--r--chips/res/drawable/list_item_background.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/chips/res/drawable/list_item_background.xml b/chips/res/drawable/list_item_background.xml
deleted file mode 100644
index 77e9393..0000000
--- a/chips/res/drawable/list_item_background.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_activated="true" android:drawable="@color/list_item_selected" />
- <item android:state_checked="true" android:drawable="@color/list_item_selected" />
- <item android:state_selected="true" android:drawable="@color/list_item_selected" />
-</selector> \ No newline at end of file