Fix explainer fragment

This commit is contained in:
ameba23
2022-02-04 09:08:13 +01:00
parent c9140195cc
commit 5b63aa28d3
2 changed files with 54 additions and 55 deletions

View File

@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/linearLayout" android:id="@+id/linearLayout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:paddingLeft="@dimen/margin_large" android:paddingLeft="@dimen/margin_large"
android:paddingTop="@dimen/margin_medium" android:paddingTop="@dimen/margin_medium"
android:paddingRight="@dimen/margin_large" android:paddingRight="@dimen/margin_large"
android:paddingBottom="@dimen/margin_medium" android:paddingBottom="@dimen/margin_medium"
tools:ignore="VectorDrawableCompat" tools:ignore="VectorDrawableCompat">
tools:showIn="@layout/activity_preview_recovery_custodian1">
<TextView <TextView
android:id="@+id/textView" android:id="@+id/textView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -23,7 +22,7 @@ tools:showIn="@layout/activity_preview_recovery_custodian1">
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="16dp" /> tools:layout_editor_absoluteX="16dp" />
<ImageView <ImageView
android:id="@+id/imageView" android:id="@+id/imageView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -33,7 +32,7 @@ tools:showIn="@layout/activity_preview_recovery_custodian1">
app:layout_constraintTop_toBottomOf="@+id/textView" app:layout_constraintTop_toBottomOf="@+id/textView"
app:srcCompat="@drawable/qr_code_social_backup" /> app:srcCompat="@drawable/qr_code_social_backup" />
<TextView <TextView
android:id="@+id/textViewExplain" android:id="@+id/textViewExplain"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -46,7 +45,7 @@ tools:showIn="@layout/activity_preview_recovery_custodian1">
app:layout_constraintTop_toBottomOf="@+id/imageView" app:layout_constraintTop_toBottomOf="@+id/imageView"
tools:layout_editor_absoluteX="16dp" /> tools:layout_editor_absoluteX="16dp" />
<Button <Button
android:id="@+id/button" android:id="@+id/button"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@@ -671,9 +671,9 @@
<string name="backup_created">Backup created 1/6/2020</string> <string name="backup_created">Backup created 1/6/2020</string>
<string name="social_backup_setup_explainer_title">Setup social backup</string> <string name="social_backup_setup_explainer_title">Backup your Briar identity and contacts list using trusted contacts</string>
<string name="social_backup_setup_explainer_long">Backup your Briar identity and contacts list using trusted contact</string> <string name="social_backup_setup_explainer_long">You must choose a set of contacts to send backup pieces to.</string>
<string name="social_backup_setup_explainer_button">You must choose a set of contacts to send backup pieces to.</string> <string name="social_backup_setup_explainer_button">Choose trusted contacts</string>
<!-- recovery from the secret owner's POV --> <!-- recovery from the secret owner's POV -->