summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/donation_img.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/drawable/donation_img.xml')
-rw-r--r--app/src/custom/res/drawable/donation_img.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/src/custom/res/drawable/donation_img.xml b/app/src/custom/res/drawable/donation_img.xml
index de93a9ce..91801baf 100644
--- a/app/src/custom/res/drawable/donation_img.xml
+++ b/app/src/custom/res/drawable/donation_img.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--Used to create the image to be shown in the donation popup-->
+<!--
+ *****************************************************
+ Used to create the image to be shown in the donation popup
+ example: <item android:drawable="@drawable/mybackground" />
+ *****************************************************
+-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/background_main"
+ <item android:drawable="@drawable/logo_square"
android:gravity="fill_horizontal|fill_vertical"/>
- <item android:drawable="@drawable/logo"
- android:gravity="center"
- />
</layer-list>