diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml
index 4e2014e1a..aaca63e40 100644
--- a/app/src/main/res/layout/activity_settings.xml
+++ b/app/src/main/res/layout/activity_settings.xml
@@ -69,9 +69,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -190,9 +190,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -205,9 +205,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -231,9 +231,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -246,9 +246,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -261,9 +261,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -276,9 +276,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -291,9 +291,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -317,9 +317,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -332,9 +332,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -396,9 +396,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -411,9 +411,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -437,9 +437,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -452,9 +452,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -467,9 +467,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -482,9 +482,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -497,9 +497,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -512,9 +512,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -527,9 +527,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -576,9 +576,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -591,9 +591,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -606,9 +606,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -621,9 +621,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -647,9 +647,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -662,9 +662,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -703,9 +703,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -718,9 +718,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -733,9 +733,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -748,9 +748,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -774,9 +774,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -789,9 +789,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -804,9 +804,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -830,9 +830,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -871,9 +871,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -886,9 +886,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
@@ -901,9 +901,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
diff --git a/app/src/main/res/layout/activity_widget_config.xml b/app/src/main/res/layout/activity_widget_config.xml
index b8adbd414..0925b0ca5 100644
--- a/app/src/main/res/layout/activity_widget_config.xml
+++ b/app/src/main/res/layout/activity_widget_config.xml
@@ -25,9 +25,9 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground">
-
@@ -41,7 +41,7 @@
android:layout_below="@+id/folder_picker_show_folder_name_holder"
android:layout_marginTop="@dimen/small_margin"
android:layout_marginBottom="@dimen/normal_margin"
- android:paddingStart="@dimen/activity_margin"
+ android:paddingHorizontal="@dimen/settings_label_start_margin"
android:text="@string/folder_on_widget" />
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index f07f496a7..919168f8d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -11,7 +11,7 @@ exif = "1.0.1"
#Room
room = "2.6.1"
#Fossify
-commons = "0c8d33952e"
+commons = "14b18bda7f"
#Gradle4
gradlePlugins-agp = "8.5.0"
#Other