diff --git a/mailbox-android/src/main/res/layout/fragment_overview.xml b/mailbox-android/src/main/res/layout/fragment_overview.xml index e80f43662c8673b52062b8fa52f0130e10651051..964a7e5ffdc79f4a1ca33d3cbf14b8dc9dde9416 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"/>