1a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell<?xml version="1.0" encoding="utf-8"?>
2a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell<!-- Copyright (C) 2011 The Android Open Source Project
3a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell
4a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     Licensed under the Apache License, Version 2.0 (the "License");
5a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     you may not use this file except in compliance with the License.
6a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     You may obtain a copy of the License at
7a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell
8a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell          http://www.apache.org/licenses/LICENSE-2.0
9a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell
10a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     Unless required by applicable law or agreed to in writing, software
11a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     distributed under the License is distributed on an "AS IS" BASIS,
12a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     See the License for the specific language governing permissions and
14a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell     limitations under the License.
15a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell-->
16a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell
17a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell<selector xmlns:android="http://schemas.android.com/apk/res/android">
182357858a1d22d9132155a3272b26a60e3ea967f0Justin Ho    <item android:state_enabled="false" android:drawable="@android:drawable/scrubber_control_disabled_holo" />
192357858a1d22d9132155a3272b26a60e3ea967f0Justin Ho    <item android:state_pressed="true" android:drawable="@android:drawable/scrubber_control_pressed_holo" />
202357858a1d22d9132155a3272b26a60e3ea967f0Justin Ho    <item android:state_selected="true" android:drawable="@android:drawable/scrubber_control_focused_holo" />
212357858a1d22d9132155a3272b26a60e3ea967f0Justin Ho    <item android:drawable="@android:drawable/scrubber_control_normal_holo" />
22a50ff3847e2e817947802ab8a5882e722539ee4cAdam Powell</selector>
23