Fix toolbar colors

This commit is contained in:
h4h13 2019-10-01 23:45:06 +05:30
parent bc859ae1d2
commit 3023e8b797
4 changed files with 64 additions and 65 deletions

View file

@ -8,7 +8,7 @@
android:id="@+id/appBarLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:colorBackground"
android:background="?colorPrimary"
app:liftOnScroll="true">
<com.google.android.material.appbar.MaterialToolbar