diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b115140383..53d4be3c7f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -141,7 +141,7 @@
+ android:theme="@style/AppTheme" />
@@ -10,21 +10,29 @@
android:id="@+id/app_bar"
style="@style/Widget.MaterialComponents.Toolbar.Surface"
android:layout_width="match_parent"
- app:liftOnScroll="true"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ app:elevation="0dp">
-
+ app:layout_behavior="@string/appbar_scrolling_view_behavior">
+
+
+
+
+
\ No newline at end of file