summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/donation_img.xml
blob: 91801baf4095cc83019aa470840d358df079387f (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!--
        *****************************************************
        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/logo_square"
    android:gravity="fill_horizontal|fill_vertical"/>
</layer-list>