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">
18c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <item android:state_enabled="false" android:color="@android:color/bright_foreground_dark_disabled"/>
19c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <item android:color="@android:color/bright_foreground_dark"/>
20c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell</selector>
21c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell
22