From 879c2b34d1b9b45badbea74b377c43170cf488b9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 28 May 2020 22:04:11 +0200 Subject: [PATCH] add bigger margins at the settings section labels --- .../notes/pro/adapters/ChecklistAdapter.kt | 2 +- app/src/main/res/layout/activity_settings.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/pro/adapters/ChecklistAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/notes/pro/adapters/ChecklistAdapter.kt index fdc1a676..5808a888 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/pro/adapters/ChecklistAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/pro/adapters/ChecklistAdapter.kt @@ -104,7 +104,7 @@ class ChecklistAdapter(activity: BaseSimpleActivity, var items: ArrayList @@ -249,7 +249,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/bigger_margin" - android:layout_marginTop="@dimen/activity_margin" + android:layout_marginTop="@dimen/section_margin" android:text="@string/startup" android:textAllCaps="true" android:textSize="@dimen/smaller_text_size" /> @@ -351,7 +351,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/bigger_margin" - android:layout_marginTop="@dimen/activity_margin" + android:layout_marginTop="@dimen/section_margin" android:text="@string/saving_label" android:textAllCaps="true" android:textSize="@dimen/smaller_text_size" /> @@ -407,7 +407,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/bigger_margin" - android:layout_marginTop="@dimen/activity_margin" + android:layout_marginTop="@dimen/section_margin" android:text="@string/widgets" android:textAllCaps="true" android:textSize="@dimen/smaller_text_size" />