aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable/keyboard_key_feedback_ics.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-06-21 20:10:51 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-06-23 21:06:17 +0900
commit9116bf18f9c83084f9d451e2e709eff32db27d36 (patch)
tree0edc19d24475006efb48b119df7bc22e64202d28 /java/res/drawable/keyboard_key_feedback_ics.xml
parent44f8dc3132ebfd5886749a888b6388963293d298 (diff)
downloadlatinime-9116bf18f9c83084f9d451e2e709eff32db27d36.tar.gz
latinime-9116bf18f9c83084f9d451e2e709eff32db27d36.tar.xz
latinime-9116bf18f9c83084f9d451e2e709eff32db27d36.zip
New IceCreamSandwich assets and theme
This change instroduces new IceCreamSandwich assets and renames Honeycomb theme to IceCreamSandwich. Though checked only on hdpi-phone and mdpi-10"-tablet. File another bug (Bug: 4852048) to fine tune keyboard layout for all possible combination of devices and themes. Bug: 4436327 Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
Diffstat (limited to 'java/res/drawable/keyboard_key_feedback_ics.xml')
-rw-r--r--java/res/drawable/keyboard_key_feedback_ics.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/res/drawable/keyboard_key_feedback_ics.xml b/java/res/drawable/keyboard_key_feedback_ics.xml
new file mode 100644
index 000000000..04c86794f
--- /dev/null
+++ b/java/res/drawable/keyboard_key_feedback_ics.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ 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_long_pressable="true"
+ android:drawable="@drawable/keyboard_key_feedback_more_background_holo" />
+ <item android:drawable="@drawable/keyboard_key_feedback_background_holo" />
+</selector>