diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index eaeea845..183bf467 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -6,33 +6,37 @@ @@ -41,8 +45,7 @@ android:id="@+id/divider" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="16dp" - android:layout_marginBottom="16dp" + android:layout_margin="16dp" android:src="@drawable/divider" app:layout_constraintTop_toBottomOf="@id/password_file" tools:ignore="ContentDescription" /> @@ -50,8 +53,10 @@