diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-10-26 10:35:24 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-10-26 11:13:09 -0700 |
| commit | 1fc4a3cc2ae43d989e383a4abe570c31a70acbfa (patch) | |
| tree | 2a95141b66506a7c256e9d274d0264032cb75e68 /res/values | |
| parent | 11fc59a03a7ca177fd6f16d1e68fa28509e30fba (diff) | |
| download | android_frameworks_opt_chips-1fc4a3cc2ae43d989e383a4abe570c31a70acbfa.tar.gz android_frameworks_opt_chips-1fc4a3cc2ae43d989e383a4abe570c31a70acbfa.tar.bz2 android_frameworks_opt_chips-1fc4a3cc2ae43d989e383a4abe570c31a70acbfa.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 'res/values')
| -rw-r--r-- | res/values/attrs.xml | 1 | ||||
| -rw-r--r-- | res/values/colors.xml | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index ebf6936..6a09b69 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -19,7 +19,6 @@ <add-resource type="dimen" name="chip_height" /> <add-resource type="dimen" name="chip_text_size" /> <add-resource type="color" name="default_chip_background" /> - <add-resource type="color" name="list_item_selected" /> <add-resource type="color" name="chip_selected" /> <add-resource type="string" name="more_string" /> <add-resource type="string" name="chips_waiting_for_directory_result" /> diff --git a/res/values/colors.xml b/res/values/colors.xml deleted file mode 100644 index d47e882..0000000 --- a/res/values/colors.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. ---> - -<resources> - <color name="default_chip_background">#77CCCCCC</color> - <color name="list_item_selected">#0099cc</color> - <color name="chip_selected">#0099cc</color> -</resources>
\ No newline at end of file |
