Update backup passphrase layout spacing.

Fixes #12623
This commit is contained in:
Greyson Parrelli
2022-11-21 16:10:06 -05:00
committed by Cody Henthorne
parent 311ef0d65b
commit 023b181917
2 changed files with 12 additions and 10 deletions

View File

@@ -36,20 +36,21 @@
<TextView android:id="@+id/code_second"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
style="@style/BackupPassphrase"
tools:text="56944" />
<TextView android:id="@+id/code_third"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
style="@style/BackupPassphrase"
tools:text="42738" />
</TableRow>
<TableRow android:gravity="center_horizontal"
android:layoutDirection="ltr">
android:layoutDirection="ltr"
android:layout_marginTop="4dp">
<TextView android:id="@+id/code_fourth"
android:layout_width="wrap_content"
@@ -60,14 +61,14 @@
<TextView android:id="@+id/code_fifth"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
style="@style/BackupPassphrase"
tools:text="24922" />
<TextView android:id="@+id/code_sixth"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
style="@style/BackupPassphrase"
tools:text="58594" />
</TableRow>

View File

@@ -65,7 +65,7 @@
style="@style/BackupPassphrase"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
tools:text="56944" />
<TextView
@@ -73,12 +73,13 @@
style="@style/BackupPassphrase"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
tools:text="42738" />
</TableRow>
<TableRow android:gravity="center_horizontal"
android:layoutDirection="ltr">
android:layoutDirection="ltr"
android:layout_marginTop="4dp">
<TextView
android:id="@+id/code_fourth"
@@ -92,7 +93,7 @@
style="@style/BackupPassphrase"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
tools:text="24922" />
<TextView
@@ -100,7 +101,7 @@
style="@style/BackupPassphrase"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginStart="8dp"
tools:text="58594" />
</TableRow>
</TableLayout>