fix display issues with edge-to-edge when choosing file location; make file chooser look more modern

This commit is contained in:
Philipp Crocoll
2025-08-12 17:23:13 +02:00
parent 93d1eb9141
commit 4cfdcb0f95
28 changed files with 164 additions and 143 deletions

View File

@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fitsSystemWindows="true"
android:id="@+id/root"
android:layout_margin="12dip">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"