aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-08-30 23:39:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-30 23:39:14 -0700
commit0e7ee45f54739fc7f4209828cc9dfe518810dffb (patch)
tree971d2b827c69c967636316adabec8de9a4cf6ddc /java/res/layout
parentfcee70ea9283af0a9e40d87ef5902ba5b8ef6763 (diff)
parent9237a72634be821c22911633ef0848130e162d58 (diff)
downloadlatinime-0e7ee45f54739fc7f4209828cc9dfe518810dffb.tar.gz
latinime-0e7ee45f54739fc7f4209828cc9dfe518810dffb.tar.xz
latinime-0e7ee45f54739fc7f4209828cc9dfe518810dffb.zip
Merge "Rename PopupMiniKeyboardView to MiniKeyboardView"
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/mini_keyboard.xml (renamed from java/res/layout/keyboard_popup.xml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/keyboard_popup.xml b/java/res/layout/mini_keyboard.xml
index e2508da78..6964ec5d6 100644
--- a/java/res/layout/keyboard_popup.xml
+++ b/java/res/layout/mini_keyboard.xml
@@ -22,9 +22,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
- style="?attr/popupMiniKeyboardPanelStyle"
+ style="?attr/miniKeyboardPanelStyle"
>
- <com.android.inputmethod.keyboard.PopupMiniKeyboardView
+ <com.android.inputmethod.keyboard.MiniKeyboardView
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
android:id="@+id/mini_keyboard_view"
android:layout_alignParentBottom="true"