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