Skip to content
Snippets Groups Projects
Verified Commit 28294f7f authored by Julian Dehm's avatar Julian Dehm
Browse files

Update text in overview fragment

parent bda3f659
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,12 @@ ...@@ -12,9 +12,12 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="8dp" 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." Press + to pair with Briar."
android:textColor="@color/briar_text_primary" android:textColor="@color/briar_text_primary"
android:textSize="@dimen/text_size_large"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"/> app:layout_constraintTop_toTopOf="parent"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment