From 1a9004432b1733ae30f9cc8ebb85a70af8d93d34 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 12 Nov 2022 23:18:12 +0100 Subject: use gradient for motd background, simple button style --- app/src/main/res/drawable/background_motd.xml | 9 ++++++ app/src/main/res/layout/f_motd.xml | 42 +++++++++++++++------------ app/src/main/res/values/colors.xml | 1 + 3 files changed, 34 insertions(+), 18 deletions(-) create mode 100644 app/src/main/res/drawable/background_motd.xml (limited to 'app/src/main') diff --git a/app/src/main/res/drawable/background_motd.xml b/app/src/main/res/drawable/background_motd.xml new file mode 100644 index 00000000..519e0233 --- /dev/null +++ b/app/src/main/res/drawable/background_motd.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/f_motd.xml b/app/src/main/res/layout/f_motd.xml index 3cfe7dfe..3202e95b 100644 --- a/app/src/main/res/layout/f_motd.xml +++ b/app/src/main/res/layout/f_motd.xml @@ -8,26 +8,13 @@ tools:context=".base.fragments.MotdFragment" android:fitsSystemWindows="true"> - - - - + app:layout_constraintBottom_toTopOf="@+id/next_btn" + />