From 38bfcfdcaef8c71358b50171e384b88347ad3eed Mon Sep 17 00:00:00 2001 From: Aditya Wasan Date: Tue, 7 Dec 2021 20:08:16 +0530 Subject: Fix missing final item in extra content pairs (#1578) --- app/src/main/res/layout/decrypt_layout.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'app') 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 @@