aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable/keyboard_key_feedback_ics.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-11-11 16:20:07 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-11-11 20:01:00 +0900
commitc10757e8e83d46d06c94f8420d8154f88fc2c8a0 (patch)
tree27b2d1c157062459398e996a14d29e7225f63e74 /java/res/drawable/keyboard_key_feedback_ics.xml
parent4b37b2b3f637879e78375bdf0a09503057223999 (diff)
downloadlatinime-c10757e8e83d46d06c94f8420d8154f88fc2c8a0.tar.gz
latinime-c10757e8e83d46d06c94f8420d8154f88fc2c8a0.tar.xz
latinime-c10757e8e83d46d06c94f8420d8154f88fc2c8a0.zip
Rename KLP theme related resources
Bug: 11622614 Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
Diffstat (limited to 'java/res/drawable/keyboard_key_feedback_ics.xml')
-rw-r--r--java/res/drawable/keyboard_key_feedback_ics.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/java/res/drawable/keyboard_key_feedback_ics.xml b/java/res/drawable/keyboard_key_feedback_ics.xml
deleted file mode 100644
index 3c8850e6c..000000000
--- a/java/res/drawable/keyboard_key_feedback_ics.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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"
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
->
- <!-- Left edge -->
- <item latin:state_left_edge="true" latin:state_has_morekeys="true"
- android:drawable="@drawable/keyboard_key_feedback_left_more_background_holo" />
- <item latin:state_left_edge="true"
- android:drawable="@drawable/keyboard_key_feedback_left_background_holo" />
-
- <!-- Right edge -->
- <item latin:state_right_edge="true" latin:state_has_morekeys="true"
- android:drawable="@drawable/keyboard_key_feedback_right_more_background_holo" />
- <item latin:state_right_edge="true"
- android:drawable="@drawable/keyboard_key_feedback_right_background_holo" />
-
- <item latin:state_has_morekeys="true"
- android:drawable="@drawable/keyboard_key_feedback_more_background_holo" />
- <item android:drawable="@drawable/keyboard_key_feedback_background_holo" />
-</selector>