diff options
author | 2012-03-13 17:38:31 -0700 | |
---|---|---|
committer | 2012-03-13 17:38:31 -0700 | |
commit | f87df70c10f497ff0497508e4e18d82372447f04 (patch) | |
tree | dfd417bf548a561569fd20b67eb3a23ad80baa50 /java/res | |
parent | 90f2ee948bd834ac27977b0d7196e725b5123750 (diff) | |
parent | b92308407f8151d1e1dc982b3d49e30fb5673fbe (diff) | |
download | latinime-f87df70c10f497ff0497508e4e18d82372447f04.tar.gz latinime-f87df70c10f497ff0497508e4e18d82372447f04.tar.xz latinime-f87df70c10f497ff0497508e4e18d82372447f04.zip |
am b9230840: Fix centering more suggestions panel on tablet (DO NOT MERGE)
* commit 'b92308407f8151d1e1dc982b3d49e30fb5673fbe':
Fix centering more suggestions panel on tablet (DO NOT MERGE)
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/mini_keyboard.xml | 1 | ||||
-rw-r--r-- | java/res/layout/more_suggestions.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/java/res/layout/mini_keyboard.xml b/java/res/layout/mini_keyboard.xml index 6964ec5d6..f7cd75cf3 100644 --- a/java/res/layout/mini_keyboard.xml +++ b/java/res/layout/mini_keyboard.xml @@ -27,7 +27,6 @@ <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" android:layout_width="wrap_content" android:layout_height="wrap_content" /> diff --git a/java/res/layout/more_suggestions.xml b/java/res/layout/more_suggestions.xml index 6aa82e197..c49f95878 100644 --- a/java/res/layout/more_suggestions.xml +++ b/java/res/layout/more_suggestions.xml @@ -27,7 +27,6 @@ <com.android.inputmethod.latin.MoreSuggestionsView xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" android:id="@+id/more_suggestions_view" - android:layout_alignParentBottom="true" android:layout_width="wrap_content" android:layout_height="wrap_content" latin:keyLabelSize="@dimen/suggestion_text_size" |