From 96feaf31cd884175a8115556a74e753dd1947d8a Mon Sep 17 00:00:00 2001 From: dtvv Date: Fri, 5 Oct 2018 03:02:47 -0500 Subject: [PATCH] Give more space between the PIN code and the upper menu in the security settings menu --- .../main/res/layout/fragment_pin_security.xml | 31 ++++++++----------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/app/src/main/res/layout/fragment_pin_security.xml b/app/src/main/res/layout/fragment_pin_security.xml index 22e3f5c..b6582c6 100644 --- a/app/src/main/res/layout/fragment_pin_security.xml +++ b/app/src/main/res/layout/fragment_pin_security.xml @@ -1,44 +1,39 @@ - + android:inputType="numberPassword" /> + + android:layout_below="@+id/etNewPin"/> + android:inputType="numberPassword" /> + - \ No newline at end of file + android:layout_below="@+id/etConfirmPin" /> + + \ No newline at end of file