diff --git a/src/main/res/drawable/background_recycler_bottom.xml b/src/main/res/drawable/background_recycler_bottom.xml
new file mode 100644
index 00000000..cdd07d48
--- /dev/null
+++ b/src/main/res/drawable/background_recycler_bottom.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/res/layout/fragment.xml b/src/main/res/layout/fragment.xml
index 30a5dc9b..1a73f163 100644
--- a/src/main/res/layout/fragment.xml
+++ b/src/main/res/layout/fragment.xml
@@ -2,6 +2,7 @@
@@ -37,6 +39,7 @@
android:id="@+id/fragment_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?android:attr/colorBackground"
+ android:background="@drawable/background_recycler_bottom"
+ android:backgroundTint="?android:colorBackground"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
\ No newline at end of file
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index 5b2e6348..c14f09fc 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -95,7 +95,6 @@