18584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne<?xml version="1.0" encoding="utf-8"?>
29061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell<!-- Copyright (C) 2011 The Android Open Source Project
38584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne
48584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     Licensed under the Apache License, Version 2.0 (the "License");
58584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     you may not use this file except in compliance with the License.
68584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     You may obtain a copy of the License at
78584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne
88584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne          http://www.apache.org/licenses/LICENSE-2.0
98584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne
108584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     Unless required by applicable law or agreed to in writing, software
118584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     distributed under the License is distributed on an "AS IS" BASIS,
128584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
138584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     See the License for the specific language governing permissions and
148584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne     limitations under the License.
158584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne-->
168584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne
178584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne<selector xmlns:android="http://schemas.android.com/apk/res/android">
188584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne    <item android:state_checked="true" android:state_window_focused="false"
199061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:state_enabled="true"
20b0b18b8de15931b604c33ca668d215354610c5aeGilles Debunne          android:drawable="@drawable/btn_radio_on_holo_dark" />
218584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne    <item android:state_checked="false" android:state_window_focused="false"
229061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:state_enabled="true"
23b0b18b8de15931b604c33ca668d215354610c5aeGilles Debunne          android:drawable="@drawable/btn_radio_off_holo_dark" />
24b0b18b8de15931b604c33ca668d215354610c5aeGilles Debunne          
258584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne    <item android:state_checked="true" android:state_pressed="true"
269061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:state_enabled="true"
27b0b18b8de15931b604c33ca668d215354610c5aeGilles Debunne          android:drawable="@drawable/btn_radio_on_pressed_holo_dark" />
288584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne    <item android:state_checked="false" android:state_pressed="true"
299061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:state_enabled="true"
30b0b18b8de15931b604c33ca668d215354610c5aeGilles Debunne          android:drawable="@drawable/btn_radio_off_pressed_holo_dark" />
318584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne
328584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne    <item android:state_checked="true" android:state_focused="true"
339061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:state_enabled="true"
349061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_on_focused_holo_dark" />
358584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne    <item android:state_checked="false" android:state_focused="true"
369061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:state_enabled="true"
379061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_off_focused_holo_dark" />
389061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell
399061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="false" android:state_enabled="true"
409061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_off_holo_dark" />
419061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="true" android:state_enabled="true"
429061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_on_holo_dark" />
439061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell
449061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <!-- Disabled states -->
459061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell
469061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="true" android:state_window_focused="false"
479061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_on_disabled_holo_dark" />
489061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="false" android:state_window_focused="false"
499061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_off_disabled_holo_dark" />
509061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell
519061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="true" android:state_focused="true"
529061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_on_disabled_focused_holo_dark" />
539061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="false" android:state_focused="true"
549061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell          android:drawable="@drawable/btn_radio_off_disabled_focused_holo_dark" />
559061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell
569061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="false" android:drawable="@drawable/btn_radio_off_disabled_holo_dark" />
579061a9bda8fb1c648aa95ea90bf12b09b42b8d46Adam Powell    <item android:state_checked="true" android:drawable="@drawable/btn_radio_on_disabled_holo_dark" />
588584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne
598584909e7fa0fba19077b789f9b5482d7feafbfdGilles Debunne</selector>
60