Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_preference_category.xml')
-rw-r--r--app/src/main/res/layout/item_preference_category.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_preference_category.xml b/app/src/main/res/layout/item_preference_category.xml
index 4a719105..e2cf3889 100644
--- a/app/src/main/res/layout/item_preference_category.xml
+++ b/app/src/main/res/layout/item_preference_category.xml
@@ -6,7 +6,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="56dp"
android:layout_marginEnd="0dp"
- android:paddingStart="@dimen/activity_padding"
+ android:paddingStart="@dimen/spacer_activity_sides"
android:paddingTop="@dimen/spacer_3x"
android:paddingEnd="0dp"
tools:text="@tools:sample/lorem" />