aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-05-26 18:30:31 +0900
committersatok <satok@google.com>2010-05-26 19:15:14 +0900
commitb72f348467888d6f759f8b287ec94425c2748ec0 (patch)
treec9be94a6765b4d2558f7f22e2eae0042385d0ac5 /java/res/layout
parent3e5b8b35206aa724942af86d0a968535497a1c1a (diff)
downloadlatinime-b72f348467888d6f759f8b287ec94425c2748ec0.tar.gz
latinime-b72f348467888d6f759f8b287ec94425c2748ec0.tar.xz
latinime-b72f348467888d6f759f8b287ec94425c2748ec0.zip
Add new UI for Gingerbread refering to Heiko's sample
Change-Id: I80db4a52f5bbb25c77dfe7df94bdced69debf831
Diffstat (limited to 'java/res/layout')
-rwxr-xr-xjava/res/layout/input7.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/java/res/layout/input7.xml b/java/res/layout/input7.xml
new file mode 100755
index 000000000..111d87ba7
--- /dev/null
+++ b/java/res/layout/input7.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2010, 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.
+*/
+-->
+
+<com.android.inputmethod.latin.LatinKeyboardView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/keyboardView"
+ android:layout_alignParentBottom="true"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:keyBackground="@drawable/btn_keyboard_key_ginger"
+ android:background="@drawable/background_gradient"
+ android:keyTextColor="@color/latinkeyboard_key_color_black"
+ android:shadowColor="@color/latinkeyboard_key_color_white"
+ android:keyTextSize="22dip"
+ />
+<!-- android:keyBackground="@drawable/btn_keyboard_normal_metal"-->