From cac2c849e8d7d35bd9c72fc8c9bb8bc322eb24a0 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 12 Nov 2022 22:21:31 +0100 Subject: create UI for message of the day --- app/src/main/res/layout/f_motd.xml | 116 +++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 app/src/main/res/layout/f_motd.xml (limited to 'app/src/main/res/layout/f_motd.xml') diff --git a/app/src/main/res/layout/f_motd.xml b/app/src/main/res/layout/f_motd.xml new file mode 100644 index 00000000..3cfe7dfe --- /dev/null +++ b/app/src/main/res/layout/f_motd.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 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/layout/f_motd.xml | 42 ++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'app/src/main/res/layout/f_motd.xml') 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" + />