fixes 4252 (#4267)

* In Appbar add android:background="?attr/mainBackground"
This commit is contained in:
Prince kushwaha 2021-02-23 14:30:00 +05:30 committed by GitHub
parent f7d1fab566
commit 8fa26bb00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -23,6 +23,7 @@
android:id="@+id/toolbar_search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/mainBackground"
app:titleTextColor="?attr/toolbar_text_color"
app:subtitleTextColor="?attr/toolbar_text_color"
>