summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/donation_reminder_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/donation_reminder_dialog.xml b/app/src/main/res/layout/donation_reminder_dialog.xml
index 17eaf009..1260a99e 100644
--- a/app/src/main/res/layout/donation_reminder_dialog.xml
+++ b/app/src/main/res/layout/donation_reminder_dialog.xml
@@ -30,7 +30,7 @@
android:id="@+id/tvMessage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="@dimen/standard_margin"
+ android:layout_margin="@dimen/donation_reminder_padding"
android:gravity="center"
android:text="@string/donate_message" />
@@ -57,7 +57,7 @@
android:id="@+id/btnLater"
android:layout_width="200dp"
android:layout_height="38dp"
- android:layout_marginBottom="@dimen/mainbutton_padding"
+ android:layout_marginBottom="20dp"
android:layout_marginLeft="@dimen/add_button_margin"
android:layout_marginRight="@dimen/add_button_margin"
android:layout_marginTop="@dimen/standard_margin"