Theme attributes cleanup.

This commit is contained in:
Anton Chekulaev
2020-09-08 13:29:36 +10:00
parent 4ed7917625
commit 819494d1fe
13 changed files with 34 additions and 177 deletions

View File

@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="?attr/search_background"
android:background="?android:windowBackground"
android:visibility="gone" />
<androidx.recyclerview.widget.RecyclerView