blob: 6fcab3c8264a7b507782a5c9c0ebe3f28f5ce6c9 [file] [log] [blame]
Jeff Sharkeyc317af82013-07-01 16:56:54 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<selector xmlns:android="http://schemas.android.com/apk/res/android">
Jeff Sharkeyaed873d2013-09-09 16:51:06 -070018
Jeff Sharkey38ec2522013-09-24 12:07:12 -070019 <item android:state_window_focused="false" android:drawable="@android:color/transparent" />
Jeff Sharkeyaed873d2013-09-09 16:51:06 -070020
Jeff Sharkey38ec2522013-09-24 12:07:12 -070021 <item android:state_focused="true" android:state_activated="true" android:drawable="@*android:drawable/list_selected_holo_light" />
22 <item android:state_focused="false" android:state_activated="true" android:drawable="@*android:drawable/list_selected_holo_light" />
Jeff Sharkeyaed873d2013-09-09 16:51:06 -070023
Jeff Sharkey38ec2522013-09-24 12:07:12 -070024 <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@*android:drawable/list_selector_disabled_holo_light" />
25 <item android:state_focused="true" android:state_enabled="false" android:drawable="@*android:drawable/list_selector_disabled_holo_light" />
26 <item android:state_focused="true" android:state_pressed="true" android:drawable="@*android:drawable/list_selector_background_transition_holo_light" />
27 <item android:state_focused="false" android:state_pressed="true" android:drawable="@*android:drawable/list_selector_background_transition_holo_light" />
28 <item android:state_focused="true" android:drawable="@*android:drawable/list_focused_holo" />
Jeff Sharkeyaed873d2013-09-09 16:51:06 -070029
30 <item android:drawable="@android:color/transparent" />
31
Jeff Sharkeyc317af82013-07-01 16:56:54 -070032</selector>