aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main_drawer_wrapper.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_main_drawer_wrapper.xml')
-rw-r--r--app/src/main/res/layout/activity_main_drawer_wrapper.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/layout/activity_main_drawer_wrapper.xml b/app/src/main/res/layout/activity_main_drawer_wrapper.xml
index 1af2e639..d5efcf0d 100644
--- a/app/src/main/res/layout/activity_main_drawer_wrapper.xml
+++ b/app/src/main/res/layout/activity_main_drawer_wrapper.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
+ xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
- android:fitsSystemWindows="true">
+ android:fitsSystemWindows="true"
+ tools:openDrawer="end">
<FrameLayout
android:id="@+id/main_container"
@@ -15,5 +17,6 @@
android:id="@+id/navigation"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:visibility="gone" />
+ android:layout_gravity="start"
+ android:theme="@style/ThemeOverlay.Frost.NavigationView" />
</androidx.drawerlayout.widget.DrawerLayout> \ No newline at end of file