am 702f9fc1: Fix broken suggestions layout
* commit '702f9fc1941ff6e26c94d5928dea0b1669cdbeeb': Fix broken suggestions layoutmain
commit
d14daadd46
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue