From 9fa7ddf178d8c1d640d436fe47824be7bf794efb Mon Sep 17 00:00:00 2001 From: dtvv Date: Fri, 5 Oct 2018 03:14:47 -0500 Subject: [PATCH] Give more space between the PIN code and the upper menu in the security settings menu --- .../main/res/layout/fragment_pattern_security.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_pattern_security.xml b/app/src/main/res/layout/fragment_pattern_security.xml index 643a48f..7bfc869 100644 --- a/app/src/main/res/layout/fragment_pattern_security.xml +++ b/app/src/main/res/layout/fragment_pattern_security.xml @@ -1,17 +1,20 @@ - + android:layout_height="wrap_content" + android:layout_marginTop="15dp"/> + - \ No newline at end of file + android:layout_height="280dp" + android:layout_marginTop="10dp" + android:layout_below="@+id/tvPatternText"/> + + \ No newline at end of file