1
0
Fork 0

fixed all alignment and size issues, especially on Android 15; got rid of the ConstraintLayout

This commit is contained in:
sspanak 2025-01-31 20:13:33 +02:00 committed by Dimo Karaivanov
parent b9ce74f254
commit d23efc4e60
9 changed files with 184 additions and 100 deletions

View file

@ -165,5 +165,4 @@ android {
dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
}