From d3a55fae02bac8c6d9b34556c61ec9452f0fb1d0 Mon Sep 17 00:00:00 2001 From: dtvv Date: Fri, 12 Oct 2018 14:26:17 -0500 Subject: [PATCH] Change the buttons style to the buttons to material one in the backup_seed.xml and java source --- app/src/main/res/drawable/gradient_dark.xml | 8 ++++++++ app/src/main/res/layout/fragment_pattern_security.xml | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/drawable/gradient_dark.xml 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