13bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn<?xml version="1.0" encoding="utf-8"?>
23bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn<!-- Copyright (C) 2011 The Android Open Source Project
33bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn
43bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     Licensed under the Apache License, Version 2.0 (the "License");
53bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     you may not use this file except in compliance with the License.
63bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     You may obtain a copy of the License at
73bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn
83bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn          http://www.apache.org/licenses/LICENSE-2.0
93bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn
103bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     Unless required by applicable law or agreed to in writing, software
113bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     distributed under the License is distributed on an "AS IS" BASIS,
123bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     See the License for the specific language governing permissions and
143bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn     limitations under the License.
153bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn-->
163bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn<selector xmlns:android="http://schemas.android.com/apk/res/android"
173bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn        android:exitFadeDuration="@android:integer/config_mediumAnimTime">
183bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn
193bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn    <item android:state_pressed="true"  android:drawable="@drawable/blue" />
203bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn    <item android:state_pressed="false" android:drawable="@drawable/red" />
213bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn</selector>
223bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn