From d063d88716a80cf78cf17e9cab4a346dcd290cd0 Mon Sep 17 00:00:00 2001 From: Mohamed Ashraaf Ibrahim Date: Thu, 9 Jan 2025 00:55:23 +0500 Subject: [PATCH] u --- androidApp-kt/addedFolder/text.txt | 10 +++++++--- androidApp-kt/app/src/main/res/values/themes.xml | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/androidApp-kt/addedFolder/text.txt b/androidApp-kt/addedFolder/text.txt index d93e360b6..b00804707 100644 --- a/androidApp-kt/addedFolder/text.txt +++ b/androidApp-kt/addedFolder/text.txt @@ -686,10 +686,14 @@ the release version should not have the word -release ... https://www.reddit.com/r/androiddev/comments/1c1rs1t/apps_targeting_android_15_will_be_forced_into/ - https://developer.android.com/develop/ui/views/layout/edge-to-edge - https://medium.com/androiddevelopers/insets-handling-tips-for-android-15s-edge-to-edge-enforcement-872774e8839b -my app is edge to edge display. it already has edge to edge enabled by default and doesn't need enabling it again. how do i handle overlaps using insets for the top? the app is overlapping with the statusbar +this is my offline webview kotlin app. since it targets SDK 35 or later, edge-to-edge is automatically enabled for Android 15 devices or later. how do i handle overlaps using insets for the top? the app is overlapping with the statusbar" + +... no working solution as of yet, so going to use: + +https://stackoverflow.com/questions/79095037/android-15-edge-to-edge-mode-hide-a-top-view/79095115#79095115 +https://proandroiddev.com/google-secretly-adds-opt-out-api-for-android-15s-edge-to-edge-behaviour-80ca2630d298 + diff --git a/androidApp-kt/app/src/main/res/values/themes.xml b/androidApp-kt/app/src/main/res/values/themes.xml index 01c03a616..0f9a4f1ad 100644 --- a/androidApp-kt/app/src/main/res/values/themes.xml +++ b/androidApp-kt/app/src/main/res/values/themes.xml @@ -4,6 +4,10 @@ @android:color/black + + + true +