Skip to content
Snippets Groups Projects
Commit 63f0318c authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Made autocomplete stand out more

parent 3866f3f5
Branches
Tags
No related merge requests found
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
<de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView <de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView
android:id="@+id/autocomplete_list" android:id="@+id/autocomplete_list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:background="?colorBackgroundCard" />
</LinearLayout> </LinearLayout>
<include layout="@layout/layout_slider" /> <include layout="@layout/layout_slider" />
......
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
<de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView <de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView
android:id="@+id/autocomplete_list" android:id="@+id/autocomplete_list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:background="?colorBackgroundCard" />
</LinearLayout> </LinearLayout>
......
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
<de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView <de.kuschku.quasseldroid_ng.util.ui.AutoCompleteRecyclerView
android:id="@+id/autocomplete_list" android:id="@+id/autocomplete_list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:background="?colorBackgroundCard" />
</LinearLayout> </LinearLayout>
<include layout="@layout/layout_slider" /> <include layout="@layout/layout_slider" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment