blob: 8a81e22e1f986fc1967d2654442b7329dda99133 [file] [log] [blame]
John Reck9f45a352011-06-22 11:38:28 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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">
18
19 <item android:state_enabled="false"
Enrico Rosd6efa972014-12-02 19:49:59 -080020 android:drawable="@drawable/ic_action_querybuilder_disabled" />
John Reck9f45a352011-06-22 11:38:28 -070021
22 <item android:state_enabled="true" android:state_pressed="true"
Enrico Rosd6efa972014-12-02 19:49:59 -080023 android:drawable="@drawable/ic_action_querybuilder_active" />
John Reck9f45a352011-06-22 11:38:28 -070024
25 <item android:state_enabled="true" android:state_focused="true"
26 android:state_window_focused="true"
Enrico Rosd6efa972014-12-02 19:49:59 -080027 android:drawable="@drawable/ic_action_querybuilder_active" />
John Reck9f45a352011-06-22 11:38:28 -070028
29 <item android:state_enabled="true" android:state_selected="true"
Enrico Rosd6efa972014-12-02 19:49:59 -080030 android:drawable="@drawable/ic_action_querybuilder_active" />
John Reck9f45a352011-06-22 11:38:28 -070031
32 <item android:state_enabled="true"
Enrico Rosd6efa972014-12-02 19:49:59 -080033 android:drawable="@drawable/ic_action_querybuilder_normal" />
John Reck9f45a352011-06-22 11:38:28 -070034</selector>