aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-11-11 19:28:40 +0900
committerThe Android Automerger <android-build@android.com>2013-11-22 17:26:26 -0800
commit51352009b5ac418d20826e034e5989705131aeca (patch)
tree1f691fad5f67f478eec819c23158091c2fac1c93 /java/res/layout
parentfe5262a70d7ce84e8ccc8db8ecec99ea56bd0a90 (diff)
downloadlatinime-51352009b5ac418d20826e034e5989705131aeca.tar.gz
latinime-51352009b5ac418d20826e034e5989705131aeca.tar.xz
latinime-51352009b5ac418d20826e034e5989705131aeca.zip
Add JB/ICS resources from Azuki MR1 release
Bug: 11622614 Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/key_preview_ics.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/java/res/layout/key_preview_ics.xml b/java/res/layout/key_preview_ics.xml
new file mode 100644
index 000000000..33b6947ef
--- /dev/null
+++ b/java/res/layout/key_preview_ics.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2013, 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.
+*/
+-->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:background="@drawable/keyboard_key_feedback_ics"
+ android:minWidth="32dp"
+ android:gravity="center"
+/>