summaryrefslogtreecommitdiff
path: root/PinyinIME/res/layout/skb_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PinyinIME/res/layout/skb_container.xml')
-rw-r--r--PinyinIME/res/layout/skb_container.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/PinyinIME/res/layout/skb_container.xml b/PinyinIME/res/layout/skb_container.xml
new file mode 100644
index 0000000..5a20aab
--- /dev/null
+++ b/PinyinIME/res/layout/skb_container.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 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.pinyin.SkbContainer xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:background="@drawable/skb_container_bg"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" >
+
+ <ViewFlipper
+ android:id="@+id/alpha_floatable"
+ android:layout_alignParentBottom="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" >
+
+ <com.android.inputmethod.pinyin.SoftKeyboardView
+ android:id="@+id/alpha_view1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+ <com.android.inputmethod.pinyin.SoftKeyboardView
+ android:id="@+id/alpha_view2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+ </ViewFlipper>
+</com.android.inputmethod.pinyin.SkbContainer>