16d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell<?xml version="1.0" encoding="utf-8"?>
26d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell<!-- Copyright (C) 2011 The Android Open Source Project
36d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell
46d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     Licensed under the Apache License, Version 2.0 (the "License");
56d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     you may not use this file except in compliance with the License.
66d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     You may obtain a copy of the License at
76d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell
86d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell          http://www.apache.org/licenses/LICENSE-2.0
96d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell
106d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     Unless required by applicable law or agreed to in writing, software
116d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     distributed under the License is distributed on an "AS IS" BASIS,
126d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     See the License for the specific language governing permissions and
146d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell     limitations under the License.
156d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell-->
166d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell
176d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell<selector xmlns:android="http://schemas.android.com/apk/res/android">
186d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell    <item android:state_enabled="true"
196d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell        android:drawable="@drawable/btn_group_normal_holo_dark" />
206d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell    <item
216d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell        android:drawable="@drawable/btn_group_disabled_holo_dark" />
226d0576d3e82420cfc1840542bb897e5686d548e4Adam Powell</selector>
23