Update backup passphrase layout spacing.

Fixes #12623
main
Greyson Parrelli 2022-11-21 16:10:06 -05:00 zatwierdzone przez Cody Henthorne
rodzic 311ef0d65b
commit 023b181917
2 zmienionych plików z 12 dodań i 10 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>