Change the background color of the pattern in the security settings menu to other more visible
This commit is contained in:
parent
a4819ecd22
commit
cf4b1f038d
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,13 @@
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:background="@color/lightGray">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvPatternText"
|
android:id="@+id/tvPatternText"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_centerHorizontal="true"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="15dp"/>
|
android:layout_marginTop="15dp"/>
|
||||||
|
|
||||||
|
@ -14,6 +16,7 @@
|
||||||
android:id="@+id/patternLockView"
|
android:id="@+id/patternLockView"
|
||||||
android:layout_width="280dp"
|
android:layout_width="280dp"
|
||||||
android:layout_height="280dp"
|
android:layout_height="280dp"
|
||||||
|
android:layout_centerHorizontal="true"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_below="@+id/tvPatternText"/>
|
android:layout_below="@+id/tvPatternText"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue