112190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell<?xml version="1.0" encoding="utf-8"?>
212190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell<!-- Copyright (C) 2010 The Android Open Source Project
312190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell
412190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     Licensed under the Apache License, Version 2.0 (the "License");
512190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     you may not use this file except in compliance with the License.
612190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     You may obtain a copy of the License at
712190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell
812190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell          http://www.apache.org/licenses/LICENSE-2.0
912190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell
1012190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     Unless required by applicable law or agreed to in writing, software
1112190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     distributed under the License is distributed on an "AS IS" BASIS,
1212190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1312190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     See the License for the specific language governing permissions and
1412190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell     limitations under the License.
1512190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell-->
1612190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell
1712190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell<selector xmlns:android="http://schemas.android.com/apk/res/android">
1812190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell    <item android:state_focused="true"  android:drawable="@drawable/switch_bg_focused_holo_dark" />
1912190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell    <item                               android:drawable="@drawable/switch_bg_holo_dark" />
2012190b36a9da88f8db7dbd9ce16d127d76a904b7Adam Powell</selector>
21