103a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff<?xml version="1.0" encoding="utf-8"?>
203a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff<!-- Copyright (C) 2009 The Android Open Source Project
303a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
403a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     Licensed under the Apache License, Version 2.0 (the "License");
503a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     you may not use this file except in compliance with the License.
603a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     You may obtain a copy of the License at
703a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
803a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff          http://www.apache.org/licenses/LICENSE-2.0
903a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
1003a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     Unless required by applicable law or agreed to in writing, software
1103a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     distributed under the License is distributed on an "AS IS" BASIS,
1203a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1303a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     See the License for the specific language governing permissions and
1403a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff     limitations under the License.
1503a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff-->
1603a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
1703a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff<selector xmlns:android="http://schemas.android.com/apk/res/android">
1803a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
1903a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff    <item android:state_pressed="true"
20a1252ccf7b31d01a9612fc0479dc7a632cabf8a7Peter Ng        android:drawable="@drawable/appwidget_inner_pressed_c_holo" />
2103a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
2203a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff    <item android:state_focused="true" android:state_enabled="true"
23c151e45d8c8054516448e58280de63f180b790d5Mike Cleron        android:state_window_focused="true"
24a1252ccf7b31d01a9612fc0479dc7a632cabf8a7Peter Ng        android:drawable="@drawable/appwidget_inner_focused_c_holo" />
2503a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff
2603a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff    <item
27c151e45d8c8054516448e58280de63f180b790d5Mike Cleron         android:drawable="@android:color/transparent" />
2803a6110b4f62e72592b451c05848cfaad8c65324Ken Shirriff</selector>
29