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

feat_androidx_migration
dtvv 2018-10-05 03:38:36 -05:00
parent a4819ecd22
commit cf4b1f038d
1 changed files with 4 additions and 1 deletions

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"/>