summaryrefslogtreecommitdiffstats
path: root/res/drawable/btn_function.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/btn_function.xml')
-rw-r--r--res/drawable/btn_function.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/res/drawable/btn_function.xml b/res/drawable/btn_function.xml
index 25a3e66..7440698 100644
--- a/res/drawable/btn_function.xml
+++ b/res/drawable/btn_function.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
+<!--
+ Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,12 +14,5 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-<selector
- xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:state_pressed="true"
- android:drawable="@drawable/btn_keyboard_key_dark_pressed_holo" />
- <item
- android:drawable="@drawable/btn_keyboard_key_dark_normal_holo" />
-</selector>
+<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="@color/gray_60" />