mirror of
https://github.com/Corewala/Buran
synced 2025-03-12 07:06:48 +00:00
Removed shadow on app bar
This commit is contained in:
parent
0e88062525
commit
7efbdc7e71
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue