We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1e939 commit b14a54aCopy full SHA for b14a54a
app/src/main/res/layout/activity_main.xml
@@ -4,6 +4,7 @@
4
xmlns:tools="http://schemas.android.com/tools"
5
android:layout_width="match_parent"
6
android:layout_height="match_parent"
7
+ android:fitsSystemWindows="true"
8
android:orientation="vertical"
9
tools:context=".ui.MainActivity"
10
tools:viewBindingIgnore="true">
@@ -15,5 +16,4 @@
15
16
17
app:defaultNavHost="true"
18
app:navGraph="@navigation/nav_graph" />
-
19
</LinearLayout>
0 commit comments