Fix dark theme in search.

Fixed #7821
This commit is contained in:
Greyson Parrelli
2018-05-22 12:26:40 -04:00
parent 622b3afce0
commit 3a827d1c48
4 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="@color/white"
android:background="?attr/search_background"
android:visibility="gone" />
<android.support.v7.widget.RecyclerView