commit | c97375b2949b1d77eea872e970d35321e6d05712 | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Mon Jun 06 23:30:58 2022 +0200 |
committer | Chirayu Desai <952062+chirayudesai@users.noreply.github.com> | Tue Jun 07 03:14:45 2022 +0530 |
tree | 797cfbde26f0f98e30256634cdc260208ff8bd43 | |
parent | 034ca5aa897c33f5c19f236fdf6aa7122f75dfa6 [diff] |
Seedvault: Fix button on code output * Missed in the SuW redesign commit Change-Id: Ie035b77470672248ccc531334cea5a3005fb1e20
diff --git a/app/src/main/res/layout/fragment_recovery_code_output.xml b/app/src/main/res/layout/fragment_recovery_code_output.xml index 5384d18..fc3398c 100644 --- a/app/src/main/res/layout/fragment_recovery_code_output.xml +++ b/app/src/main/res/layout/fragment_recovery_code_output.xml
@@ -75,6 +75,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/recovery_code_confirm_button" + android:layout_marginEnd="40dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@+id/wordList" />