diff --git a/app/src/main/res/drawable/gradient_dark.xml b/app/src/main/res/drawable/gradient_dark.xml new file mode 100644 index 0000000..789b1d5 --- /dev/null +++ b/app/src/main/res/drawable/gradient_dark.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_pattern_security.xml b/app/src/main/res/layout/fragment_pattern_security.xml index ad9e4fd..1e9d33c 100644 --- a/app/src/main/res/layout/fragment_pattern_security.xml +++ b/app/src/main/res/layout/fragment_pattern_security.xml @@ -3,13 +3,14 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/lightGray"> + android:background="@drawable/gradient_dark"> + android:layout_below="@+id/tvPatternText" + android:background="@drawable/gradient_dark"/> \ No newline at end of file