summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/donation_img.xml
blob: de93a9ce7c2549c4a352e72a58be68d365487c8a (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<!--Used to create the image to be shown in the donation popup-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/background_main"
    android:gravity="fill_horizontal|fill_vertical"/>
    <item android:drawable="@drawable/logo"
        android:gravity="center"
        />
</layer-list>