summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/motd_img.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/drawable/motd_img.xml')
-rw-r--r--app/src/custom/res/drawable/motd_img.xml13
1 files changed, 13 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+ <!--
+ *****************************************************
+ Used to create the image to be shown in the motd fragment
+ example: <item android:drawable="@drawable/mybackground" />
+ *****************************************************
+ -->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/ic_motd"
+ android:gravity="fill_horizontal|fill_vertical"/>
+</layer-list>
+