aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/main_activity.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml
index 497aaac3..cf892e45 100644
--- a/app/src/main/res/layout/main_activity.xml
+++ b/app/src/main/res/layout/main_activity.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/master_detail_wrapper"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context=".activity.MainActivity">
+ tools:context=".activity.MainActivity"
+ android:fitsSystemWindows="true">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/detail_container"
@@ -12,4 +13,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="LIST"/>
-</FrameLayout>
+</androidx.coordinatorlayout.widget.CoordinatorLayout>