diff --git a/app/src/main/res/layout-land/layout_main.xml b/app/src/main/res/layout-land/layout_main.xml index 63319cf23e1e8471a1ffb9683607a60d96a618f0..0f2a4dfaec1d0b38504a7ab7ee90d0bc7b0f27e5 100644 --- a/app/src/main/res/layout-land/layout_main.xml +++ b/app/src/main/res/layout-land/layout_main.xml @@ -30,7 +30,8 @@ <de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView android:id="@+id/autocomplete_list" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:background="?colorBackgroundCard" /> </LinearLayout> <include layout="@layout/layout_slider" /> diff --git a/app/src/main/res/layout-sw600dp-land/layout_main.xml b/app/src/main/res/layout-sw600dp-land/layout_main.xml index 11679ffe195261f3e46dd5281a3b109c049a7062..8f62bb12fd064b84320711b0bccb94c8b921e9b0 100644 --- a/app/src/main/res/layout-sw600dp-land/layout_main.xml +++ b/app/src/main/res/layout-sw600dp-land/layout_main.xml @@ -35,7 +35,8 @@ <de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView android:id="@+id/autocomplete_list" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:background="?colorBackgroundCard" /> </LinearLayout> diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml index be36a2487f5c1b6dc6c56320bed67f319837b04b..50001794ea9d83dcb2a9c2f89e1a2ca18a8b49a4 100644 --- a/app/src/main/res/layout/layout_main.xml +++ b/app/src/main/res/layout/layout_main.xml @@ -35,7 +35,8 @@ <de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView android:id="@+id/autocomplete_list" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:background="?colorBackgroundCard" /> </LinearLayout> <include layout="@layout/layout_slider" />