Change the background color of the pattern in the security settings menu to other more visible

This commit is contained in:
dtvv 2018-10-05 03:38:36 -05:00
parent a4819ecd22
commit cf4b1f038d

View file

@ -2,11 +2,13 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/lightGray">
<TextView
android:id="@+id/tvPatternText"
android:layout_width="wrap_content"
android:layout_centerHorizontal="true"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"/>
@ -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"/>