am 702f9fc1: Fix broken suggestions layout

* commit '702f9fc1941ff6e26c94d5928dea0b1669cdbeeb':
  Fix broken suggestions layout
main
Tadashi G. Takaoka 2011-12-15 23:41:48 -08:00 committed by Android Git Automerger
commit d14daadd46
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
android:layout_width="@dimen/suggestions_strip_padding" android:layout_width="@dimen/suggestions_strip_padding"
android:layout_height="@dimen/suggestions_strip_height" android:layout_height="@dimen/suggestions_strip_height"
style="?attr/suggestionsStripBackgroundStyle" /> style="?attr/suggestionsStripBackgroundStyle" />
<com.android.inputmethod.latin.SuggestionsView <com.android.inputmethod.latin.suggestions.SuggestionsView
android:id="@+id/suggestions_view" android:id="@+id/suggestions_view"
android:layout_weight="1.0" android:layout_weight="1.0"
android:layout_width="0dp" android:layout_width="0dp"

View File

@ -24,7 +24,7 @@
android:orientation="horizontal" android:orientation="horizontal"
style="?attr/miniKeyboardPanelStyle" 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" xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
android:id="@+id/more_suggestions_view" android:id="@+id/more_suggestions_view"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"