1690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell<?xml version="1.0" encoding="utf-8"?>
2690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell<!-- Copyright (C) 2012 The Android Open Source Project
3690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell
4690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     Licensed under the Apache License, Version 2.0 (the "License");
5690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     you may not use this file except in compliance with the License.
6690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     You may obtain a copy of the License at
7690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell
8690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell          http://www.apache.org/licenses/LICENSE-2.0
9690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell
10690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     Unless required by applicable law or agreed to in writing, software
11690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     distributed under the License is distributed on an "AS IS" BASIS,
12690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     See the License for the specific language governing permissions and
14690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell     limitations under the License.
15690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell-->
16690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell
17690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell<selector xmlns:android="http://schemas.android.com/apk/res/android">
182ee6a2a83262d05a566bd713d238e89edfd33a29Adam Powell    <item android:state_checked="true" android:state_enabled="true" android:drawable="@android:drawable/ic_media_route_connecting_holo_dark" />
19690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell    <item android:state_activated="true" android:state_enabled="true" android:drawable="@android:drawable/ic_media_route_on_holo_dark" />
20690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell    <item android:state_enabled="true" android:drawable="@android:drawable/ic_media_route_off_holo_dark" />
21690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell    <item android:drawable="@android:drawable/ic_media_route_disabled_holo_dark" />
22690ffb4e1f735148a15f2036d9a3c1962fba188cAdam Powell</selector>
23