Skip to content

Commit 7efbdc7

Browse files
committed
Removed shadow on app bar
1 parent 0e88062 commit 7efbdc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/res/layout/activity_gem.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
android:layout_width="match_parent"
1818
android:layout_height="wrap_content"
1919
android:background="@color/header_background"
20-
android:fitsSystemWindows="true">
20+
android:fitsSystemWindows="true"
21+
android:elevation="0dp"
22+
app:elevation="0dp">
2123

2224
<com.google.android.material.appbar.CollapsingToolbarLayout
2325
android:id="@+id/toolbar_layout"

0 commit comments

Comments
 (0)