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

@@ -4,11 +4,11 @@ android {
namespace 'group.pals.android.lib.ui.filechooser'
compileSdkVersion 33
compileSdkVersion 35
defaultConfig {
minSdkVersion 16
targetSdkVersion 33
targetSdkVersion 35
}
buildTypes {
@@ -30,4 +30,5 @@ android {
dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "com.google.android.material:material:1.12.0"
}