diff options
author | 2010-12-02 18:46:21 +0900 | |
---|---|---|
committer | 2010-12-02 20:06:01 +0900 | |
commit | 5a309f57155fb95667c2ccdda730eaf175de8876 (patch) | |
tree | d9f6ddf0a6bbdda4f2c3db4b9c2ad2093eeb2feb /java/res/layout-xlarge | |
parent | 9b89f6571b2fbd36be1e2492626c11d829c2ae3d (diff) | |
download | latinime-5a309f57155fb95667c2ccdda730eaf175de8876.tar.gz latinime-5a309f57155fb95667c2ccdda730eaf175de8876.tar.xz latinime-5a309f57155fb95667c2ccdda730eaf175de8876.zip |
Move some inner static class to top class in new package
This change introduces new package com.android.inputmethod.keyboard
which hosts keyboard related classes.
Also adds missing @Override and @SuppressWarning("unused") annotation
Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
Diffstat (limited to 'java/res/layout-xlarge')
-rw-r--r-- | java/res/layout-xlarge/keyboard_popup_honeycomb.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout-xlarge/keyboard_popup_honeycomb.xml b/java/res/layout-xlarge/keyboard_popup_honeycomb.xml index 5a91dbeb0..0b8229ca5 100644 --- a/java/res/layout-xlarge/keyboard_popup_honeycomb.xml +++ b/java/res/layout-xlarge/keyboard_popup_honeycomb.xml @@ -26,9 +26,9 @@ android:paddingLeft="40dip" android:paddingRight="40dip" > - <com.android.inputmethod.latin.BaseKeyboardView + <com.android.inputmethod.keyboard.KeyboardView xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - android:id="@+id/BaseKeyboardView" + android:id="@+id/KeyboardView" android:layout_alignParentBottom="true" android:layout_width="match_parent" android:layout_height="wrap_content" |