From 28294f7faad1d0599d1f8296233b9b9d3b67ea5c Mon Sep 17 00:00:00 2001 From: goapunk <goapunk@riseup.net> Date: Wed, 5 Sep 2018 15:18:11 +0200 Subject: [PATCH] Update text in overview fragment --- mailbox-android/src/main/res/layout/fragment_overview.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mailbox-android/src/main/res/layout/fragment_overview.xml b/mailbox-android/src/main/res/layout/fragment_overview.xml index e80f43662..964a7e5ff 100644 --- a/mailbox-android/src/main/res/layout/fragment_overview.xml +++ b/mailbox-android/src/main/res/layout/fragment_overview.xml @@ -12,9 +12,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp" - android:text="Your mailbox is not paired with a Briar account. + android:gravity="center" + android:padding="@dimen/margin_large" + android:text="Your mailbox is not paired with a Briar account.\n Press + to pair with Briar." android:textColor="@color/briar_text_primary" + android:textSize="@dimen/text_size_large" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"/> -- GitLab