Seedvault: Fix button on code output
* Missed in the SuW redesign commit Change-Id: Ie035b77470672248ccc531334cea5a3005fb1e20
This commit is contained in:
parent
034ca5aa89
commit
c97375b294
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/recovery_code_confirm_button"
|
android:text="@string/recovery_code_confirm_button"
|
||||||
|
android:layout_marginEnd="40dp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/wordList" />
|
app:layout_constraintTop_toBottomOf="@+id/wordList" />
|
||||||
|
|
Loading…
Reference in a new issue