179a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller<?xml version="1.0" encoding="utf-8"?>
279a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller<!-- Copyright (C) 2011 The Android Open Source Project
379a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
479a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     Licensed under the Apache License, Version 2.0 (the "License");
579a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     you may not use this file except in compliance with the License.
679a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     You may obtain a copy of the License at
779a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
879a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          http://www.apache.org/licenses/LICENSE-2.0
979a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
1079a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     Unless required by applicable law or agreed to in writing, software
1179a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     distributed under the License is distributed on an "AS IS" BASIS,
1279a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1379a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     See the License for the specific language governing permissions and
1479a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller     limitations under the License.
1579a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller-->
1679a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
1779a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller<selector xmlns:android="http://schemas.android.com/apk/res/android">
1879a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
1979a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <!-- Functional keys. -->
2079a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
2179a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_single="true" android:state_pressed="true"
2279a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_dark_pressed_holo" />
2379a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_single="true"
2479a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_dark_normal_holo" />
2579a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
2679a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <!-- Toggle keys. Use checkable/checked state. -->
2779a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
2879a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
2979a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_dark_pressed_on_holo" />
3079a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_checkable="true" android:state_pressed="true"
3179a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_dark_pressed_off_holo" />
3279a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_checkable="true" android:state_checked="true"
3379a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_dark_normal_on_holo" />
3479a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_checkable="true"
3579a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_dark_normal_off_holo" />
3679a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
3779a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <!-- Normal keys -->
3879a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller
3979a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:state_pressed="true"
4079a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller          android:drawable="@drawable/btn_keyboard_key_light_pressed_holo" />
4179a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <item android:drawable="@drawable/btn_keyboard_key_light_normal_holo" />
4279a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller</selector>
43