Disable toolbar background

This commit is contained in:
Kirill Kamakin
2022-11-18 23:21:18 +01:00
parent 1c0d98850d
commit ee11117210
5 changed files with 22 additions and 38 deletions

View File

@@ -20,12 +20,11 @@
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
style="@style/Widget.MaterialComponents.Toolbar.Primary"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
app:layout_scrollFlags="scroll|snap|enterAlways"
app:menu="@menu/main_toolbar"
app:navigationIcon="@drawable/ic_toolbar" />
app:navigationIcon="@drawable/ic_menu" />
</com.google.android.material.appbar.AppBarLayout>
<androidx.fragment.app.FragmentContainerView