kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
311ef0d65b
commit
023b181917
|
@ -36,20 +36,21 @@
|
||||||
<TextView android:id="@+id/code_second"
|
<TextView android:id="@+id/code_second"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
tools:text="56944" />
|
tools:text="56944" />
|
||||||
|
|
||||||
<TextView android:id="@+id/code_third"
|
<TextView android:id="@+id/code_third"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
tools:text="42738" />
|
tools:text="42738" />
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
<TableRow android:gravity="center_horizontal"
|
<TableRow android:gravity="center_horizontal"
|
||||||
android:layoutDirection="ltr">
|
android:layoutDirection="ltr"
|
||||||
|
android:layout_marginTop="4dp">
|
||||||
|
|
||||||
<TextView android:id="@+id/code_fourth"
|
<TextView android:id="@+id/code_fourth"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -60,14 +61,14 @@
|
||||||
<TextView android:id="@+id/code_fifth"
|
<TextView android:id="@+id/code_fifth"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
tools:text="24922" />
|
tools:text="24922" />
|
||||||
|
|
||||||
<TextView android:id="@+id/code_sixth"
|
<TextView android:id="@+id/code_sixth"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
tools:text="58594" />
|
tools:text="58594" />
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
tools:text="56944" />
|
tools:text="56944" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -73,12 +73,13 @@
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
tools:text="42738" />
|
tools:text="42738" />
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
<TableRow android:gravity="center_horizontal"
|
<TableRow android:gravity="center_horizontal"
|
||||||
android:layoutDirection="ltr">
|
android:layoutDirection="ltr"
|
||||||
|
android:layout_marginTop="4dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/code_fourth"
|
android:id="@+id/code_fourth"
|
||||||
|
@ -92,7 +93,7 @@
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
tools:text="24922" />
|
tools:text="24922" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -100,7 +101,7 @@
|
||||||
style="@style/BackupPassphrase"
|
style="@style/BackupPassphrase"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="8dp"
|
||||||
tools:text="58594" />
|
tools:text="58594" />
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
Ładowanie…
Reference in New Issue