diff --git a/src/main/res/drawable/bottom_corner.xml b/src/main/res/drawable/bottom_corner.xml
new file mode 100644
index 00000000..fd8f9d23
--- /dev/null
+++ b/src/main/res/drawable/bottom_corner.xml
@@ -0,0 +1,6 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/main/res/layout/fragment.xml b/src/main/res/layout/fragment.xml
index 1361472d..0f144c87 100644
--- a/src/main/res/layout/fragment.xml
+++ b/src/main/res/layout/fragment.xml
@@ -5,45 +5,40 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:elevation="0dp"
- android:orientation="vertical"
- android:paddingHorizontal="10dp">
+ android:orientation="vertical">
+ android:layout_height="?attr/collapsingToolbarLayoutLargeSize"
+ app:layout_scrollFlags="scroll|snap|exitUntilCollapsed">
-
+ android:layout_height="wrap_content" />
\ No newline at end of file
diff --git a/src/main/res/layout/tabs_toolbar.xml b/src/main/res/layout/tabs_toolbar.xml
index 72ae7314..29d530b5 100644
--- a/src/main/res/layout/tabs_toolbar.xml
+++ b/src/main/res/layout/tabs_toolbar.xml
@@ -3,8 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@drawable/background_border"
- android:backgroundTint="?attr/colorPrimarySurface"
android:orientation="vertical">
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index 3ecd7216..63b88ed9 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -10,13 +10,12 @@
- @color/black
- @color/green50
- @color/black
- - @style/Widget.Main.Toolbar
- @color/white
- @color/grey_dark
- @color/accent_light
- @color/error_light
- @color/black
- - @color/black
+ - @color/green900
- @drawable/scrollbar_thumb
- @drawable/scrollbar_track
- true
@@ -24,8 +23,10 @@
- @style/Theme.Alert
- @style/Theme.Tab
- @style/Theme.EditText
- - @color/white
+ - @color/green50
- @android:color/transparent
+ - @style/Theme.CollapsingToolbar
+ - @style/Theme.Toolbar
-
+
+