Skip to content

Commit 0ddb39e

Browse files
committed
Fix main activity positioning in edge-to-edge mode
Fixes: #67
1 parent 008a2b2 commit 0ddb39e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:id="@+id/drawer_layout"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
7+
android:fitsSystemWindows="true"
78
tools:context=".EasySSHFSActivity">
89

910
<!-- As the main content view, the view below consumes the entire

0 commit comments

Comments
 (0)