We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e88062 commit 7efbdc7Copy full SHA for 7efbdc7
app/src/main/res/layout/activity_gem.xml
@@ -17,7 +17,9 @@
17
android:layout_width="match_parent"
18
android:layout_height="wrap_content"
19
android:background="@color/header_background"
20
- android:fitsSystemWindows="true">
+ android:fitsSystemWindows="true"
21
+ android:elevation="0dp"
22
+ app:elevation="0dp">
23
24
<com.google.android.material.appbar.CollapsingToolbarLayout
25
android:id="@+id/toolbar_layout"
0 commit comments