summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorKasun <k-a-s-u-n@tuta.io>2019-04-21 22:41:30 +0530
committerKasun <k-a-s-u-n@tuta.io>2019-04-21 22:41:30 +0530
commitfe500fad729f5e2f39defeb0b2a128f21a2f59df (patch)
tree68508b4b00a233102f96d25ff5066d2b64087fcf /app/src/main/res/layout
parent20d8464bdf153c64a4dea91c638ea51e36ef6588 (diff)
minor layout fix
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index 242c624b8..4dce4cd62 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -64,6 +64,8 @@
<CheckBox
android:id="@+id/set_share_validation"
android:layout_width="wrap_content"
+ android:layout_marginTop="@dimen/settings_checkbox_margin"
+ android:layout_marginBottom="@dimen/settings_checkbox_margin"
android:text="@string/set_share_validation"
android:layout_height="wrap_content" />