1
0
Fork 0

added width constraints in landscape mode to prevent too much stretching on tablets and other large devices

This commit is contained in:
sspanak 2024-06-27 20:32:24 +03:00 committed by Dimo Karaivanov
parent d917054d0a
commit 9f4c04d286
4 changed files with 318 additions and 293 deletions

View file

@ -126,4 +126,5 @@ android {
dependencies {
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}