17eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn<?xml version="1.0" encoding="utf-8"?>
27eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn<!-- Copyright (C) 2010 The Android Open Source Project
37eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn
47eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     Licensed under the Apache License, Version 2.0 (the "License");
57eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     you may not use this file except in compliance with the License.
67eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     You may obtain a copy of the License at
77eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn
87eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn          http://www.apache.org/licenses/LICENSE-2.0
97eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn
107eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     Unless required by applicable law or agreed to in writing, software
117eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     distributed under the License is distributed on an "AS IS" BASIS,
127eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
137eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     See the License for the specific language governing permissions and
147eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn     limitations under the License.
157eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn-->
167eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn
177eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn<selector xmlns:android="http://schemas.android.com/apk/res/android">
187eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn    <item android:state_accelerated="false"
197eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn            android:drawable="@android:drawable/screen_background_dark" />
207eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn    <item android:drawable="@android:drawable/background_holo_dark" />
217eec10e6c99c30d5ee061fec08ac89ad4254ac32Dianne Hackborn</selector>
22