From 702f9fc1941ff6e26c94d5928dea0b1669cdbeeb Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" <takaoka@google.com> Date: Fri, 16 Dec 2011 16:36:13 +0900 Subject: [PATCH] Fix broken suggestions layout This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505 --- java/res/layout/input_view.xml | 2 +- java/res/layout/more_suggestions.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml index 2e0cddc282..b9451f8aeb 100644 --- a/java/res/layout/input_view.xml +++ b/java/res/layout/input_view.xml @@ -43,7 +43,7 @@ android:layout_width="@dimen/suggestions_strip_padding" android:layout_height="@dimen/suggestions_strip_height" style="?attr/suggestionsStripBackgroundStyle" /> - <com.android.inputmethod.latin.SuggestionsView + <com.android.inputmethod.latin.suggestions.SuggestionsView android:id="@+id/suggestions_view" android:layout_weight="1.0" android:layout_width="0dp" diff --git a/java/res/layout/more_suggestions.xml b/java/res/layout/more_suggestions.xml index 6aa82e1976..1e59b89310 100644 --- a/java/res/layout/more_suggestions.xml +++ b/java/res/layout/more_suggestions.xml @@ -24,7 +24,7 @@ android:orientation="horizontal" style="?attr/miniKeyboardPanelStyle" > - <com.android.inputmethod.latin.MoreSuggestionsView + <com.android.inputmethod.latin.suggestions.MoreSuggestionsView xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" android:id="@+id/more_suggestions_view" android:layout_alignParentBottom="true" -- GitLab