Removed shadow on app bar

This commit is contained in:
Corewala 2021-12-14 18:06:56 -05:00
parent 0e88062525
commit 7efbdc7e71
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/header_background"
android:fitsSystemWindows="true">
android:fitsSystemWindows="true"
android:elevation="0dp"
app:elevation="0dp">
<com.google.android.material.appbar.CollapsingToolbarLayout
android:id="@+id/toolbar_layout"