jog_tab_bar_right_decline.xml revision 753401aa471d2fb87ab937c2b02b182ebc215c3a
1753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller<?xml version="1.0" encoding="utf-8"?>
2753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller<!-- Copyright (C) 2009 The Android Open Source Project
3753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller
4753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     Licensed under the Apache License, Version 2.0 (the "License");
5753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     you may not use this file except in compliance with the License.
6753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     You may obtain a copy of the License at
7753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller
8753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller          http://www.apache.org/licenses/LICENSE-2.0
9753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller
10753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     Unless required by applicable law or agreed to in writing, software
11753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     distributed under the License is distributed on an "AS IS" BASIS,
12753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     See the License for the specific language governing permissions and
14753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller     limitations under the License.
15753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller-->
16753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller
17753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller<!-- StateListDrawable used for buttons in the in-call onscreen touch UI. -->
18753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller<selector xmlns:android="http://schemas.android.com/apk/res/android">
19753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller    <item android:state_pressed="true" 
20753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller        android:drawable="@drawable/jog_tab_bar_pressed" />
21753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller
22753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller    <item android:state_enabled="true"
23753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller        android:drawable="@drawable/jog_tab_bar_normal" />
24753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller
25753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller    <item android:state_active="true"
26753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller        android:drawable="@drawable/jog_tab_bar_confirm_red" />
27753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller        
28753401aa471d2fb87ab937c2b02b182ebc215c3aJim Miller</selector>
29