remove hardcoded (toolbar) background color

This commit is contained in:
Pratyush 2022-05-12 14:58:05 +05:30 committed by Daniel Micay
parent afaf71a4a2
commit 718b448cc5
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="#212121"
app:popupTheme="@style/AppTheme.PopupOverlay" />
</com.google.android.material.appbar.AppBarLayout>