Fix broken suggestions layout
This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505
This commit is contained in:
parent
6ba5f0d341
commit
702f9fc194
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue