Fix crash when setting up key backup

You must supply a layout_height/width attribute
This commit is contained in:
Valere 2021-06-17 09:49:10 +02:00
parent cb57b1496f
commit 582340cf82
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@
<Button
android:id="@+id/keys_backup_setup_step1_manual_export_button"
style="@style/Widget.Vector.Button.Text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:layout_marginStart="@dimen/layout_horizontal_margin"
android:layout_marginEnd="@dimen/layout_horizontal_margin"