adjust layouts and colors for Edge-to-Edge with transparent status bar as is default in Android 35+

This commit is contained in:
Philipp Crocoll
2025-07-22 15:16:28 +02:00
parent 87e979635b
commit 260bc8adb2
13 changed files with 183 additions and 63 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_container"
android:layout_width="fill_parent"
android:background="?android:attr/colorBackground"
android:layout_height="fill_parent">
@@ -322,4 +323,3 @@
</ScrollView>
</RelativeLayout>