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 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/src/main/res/drawable/background_motd.xml (limited to 'app/src/main/res/drawable') 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 -- cgit v1.2.3 From d38845aedd6e7df50b5ffbb0627107a4eced95bd Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 13 Nov 2022 00:19:24 +0100 Subject: allow set motd image in custom branded versions --- app/src/main/res/drawable/motd_img.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/src/main/res/drawable/motd_img.xml (limited to 'app/src/main/res/drawable') diff --git a/app/src/main/res/drawable/motd_img.xml b/app/src/main/res/drawable/motd_img.xml new file mode 100644 index 00000000..4a330b8f --- /dev/null +++ b/app/src/main/res/drawable/motd_img.xml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3