diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2cb8e26e8..0810b0758 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,7 +21,7 @@ android { defaultConfig { applicationId = "me.hackerchick.catima" minSdk = 21 - targetSdk = 35 + targetSdk = 34 versionCode = 145 versionName = "2.34.3" diff --git a/app/src/main/res/layout/barcode_selector_activity.xml b/app/src/main/res/layout/barcode_selector_activity.xml index 44f4e9cd9..0252b9dc3 100644 --- a/app/src/main/res/layout/barcode_selector_activity.xml +++ b/app/src/main/res/layout/barcode_selector_activity.xml @@ -4,8 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:fitsSystemWindows="true"> + android:layout_height="fill_parent"> - + + android:layout_height="wrap_content" + android:fitsSystemWindows="true"> + android:layout_height="wrap_content"> + android:layout_marginEnd="0dp"> + android:orientation="vertical"> + app:contentInsetLeft="0dp" + app:contentInsetStart="0dp" + app:contentInsetRight="0dp" + app:contentInsetEnd="0dp" + app:fabAlignmentMode="center"> diff --git a/app/src/main/res/layout/scan_activity.xml b/app/src/main/res/layout/scan_activity.xml index f305b9b8f..fb9bcfdf2 100644 --- a/app/src/main/res/layout/scan_activity.xml +++ b/app/src/main/res/layout/scan_activity.xml @@ -5,7 +5,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:fitsSystemWindows="true" tools:context=".ScanActivity"> @style/ThemeOverlay.App.MaterialAlertDialog.Monet true -