Fix android system bars overlapping UI #1564 #1574

This commit is contained in:
advplyr
2025-05-21 17:26:31 -05:00
parent 1357a0628f
commit 1cf36e5549
8 changed files with 71 additions and 20 deletions
@@ -7,6 +7,7 @@
tools:context=".MainActivity">
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>