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