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/custom/res/drawable/ic_motd.png | Bin 0 -> 44157 bytes app/src/custom/res/drawable/motd_img.xml | 13 +++++++++++++ app/src/main/res/drawable/motd_img.xml | 18 ++++++++++++++++++ app/src/main/res/layout/f_motd.xml | 14 +------------- 4 files changed, 32 insertions(+), 13 deletions(-) create mode 100644 app/src/custom/res/drawable/ic_motd.png create mode 100644 app/src/custom/res/drawable/motd_img.xml create mode 100644 app/src/main/res/drawable/motd_img.xml diff --git a/app/src/custom/res/drawable/ic_motd.png b/app/src/custom/res/drawable/ic_motd.png new file mode 100644 index 00000000..27f9a7f0 Binary files /dev/null and b/app/src/custom/res/drawable/ic_motd.png differ diff --git a/app/src/custom/res/drawable/motd_img.xml b/app/src/custom/res/drawable/motd_img.xml new file mode 100644 index 00000000..d27db1a0 --- /dev/null +++ b/app/src/custom/res/drawable/motd_img.xml @@ -0,0 +1,13 @@ + + + + + + + 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 diff --git a/app/src/main/res/layout/f_motd.xml b/app/src/main/res/layout/f_motd.xml index 3202e95b..6e763c75 100644 --- a/app/src/main/res/layout/f_motd.xml +++ b/app/src/main/res/layout/f_motd.xml @@ -66,18 +66,6 @@ android:orientation="horizontal" app:layout_constraintGuide_percent="0.4" /> - -