diff --git a/src/main/res/layout/fragment.xml b/src/main/res/layout/fragment.xml index b11e925d..9c46ca55 100644 --- a/src/main/res/layout/fragment.xml +++ b/src/main/res/layout/fragment.xml @@ -1,38 +1,50 @@ - + android:orientation="vertical" + android:paddingHorizontal="10dp"> - + android:background="@android:color/transparent" + android:fitsSystemWindows="true"> - + android:backgroundTint="?attr/colorPrimarySurface" + app:contentScrim="@android:color/transparent" + app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"> + + + - - + - - + android:layout_height="wrap_content" + android:background="?android:attr/colorBackground" + app:layout_behavior="@string/appbar_scrolling_view_behavior" /> + \ No newline at end of file