From cf4b1f038d107bffb6d34d60bfcb547b1ddd191d Mon Sep 17 00:00:00 2001 From: dtvv Date: Fri, 5 Oct 2018 03:38:36 -0500 Subject: [PATCH] Change the background color of the pattern in the security settings menu to other more visible --- app/src/main/res/layout/fragment_pattern_security.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_pattern_security.xml b/app/src/main/res/layout/fragment_pattern_security.xml index 33589ef..ad9e4fd 100644 --- a/app/src/main/res/layout/fragment_pattern_security.xml +++ b/app/src/main/res/layout/fragment_pattern_security.xml @@ -2,11 +2,13 @@ + android:layout_height="match_parent" + android:background="@color/lightGray"> @@ -14,6 +16,7 @@ android:id="@+id/patternLockView" android:layout_width="280dp" android:layout_height="280dp" + android:layout_centerHorizontal="true" android:layout_marginTop="10dp" android:layout_below="@+id/tvPatternText"/>