Skip to content

Commit b14a54a

Browse files
committed
Issue #83: Fix android edge-to-edge problem
1 parent 9e1e939 commit b14a54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
7+
android:fitsSystemWindows="true"
78
android:orientation="vertical"
89
tools:context=".ui.MainActivity"
910
tools:viewBindingIgnore="true">
@@ -15,5 +16,4 @@
1516
android:layout_height="match_parent"
1617
app:defaultNavHost="true"
1718
app:navGraph="@navigation/nav_graph" />
18-
1919
</LinearLayout>

0 commit comments

Comments
 (0)