diff options
author | 2011-08-31 14:22:53 +0900 | |
---|---|---|
committer | 2011-08-31 15:30:54 +0900 | |
commit | 9237a72634be821c22911633ef0848130e162d58 (patch) | |
tree | abba8fa7994f555c1ac63992d013f3963120f7ae /java/res/layout | |
parent | b8dc67466339dc14653ad634c86851025373326b (diff) | |
download | latinime-9237a72634be821c22911633ef0848130e162d58.tar.gz latinime-9237a72634be821c22911633ef0848130e162d58.tar.xz latinime-9237a72634be821c22911633ef0848130e162d58.zip |
Rename PopupMiniKeyboardView to MiniKeyboardView
Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0
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" |