diff options
author | 2011-08-30 23:39:14 -0700 | |
---|---|---|
committer | 2011-08-30 23:39:14 -0700 | |
commit | 0e7ee45f54739fc7f4209828cc9dfe518810dffb (patch) | |
tree | 971d2b827c69c967636316adabec8de9a4cf6ddc /java/res/layout | |
parent | fcee70ea9283af0a9e40d87ef5902ba5b8ef6763 (diff) | |
parent | 9237a72634be821c22911633ef0848130e162d58 (diff) | |
download | latinime-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" |