diff options
author | Janak Amarasena <janakamarasena@gmail.com> | 2018-07-08 16:33:46 +0530 |
---|---|---|
committer | Janak Amarasena <janakamarasena@gmail.com> | 2018-07-08 16:33:46 +0530 |
commit | e4eceb400d73dd9060868e055a72ed25b290e9ec (patch) | |
tree | cff73372686fcab9090506602f957bcfc1f86a8e /app/src/custom/res | |
parent | b86acf45a0f3f673fdf9f4be9161dda3dcab307a (diff) |
Added custom layout for donation popup
Diffstat (limited to 'app/src/custom/res')
-rw-r--r-- | app/src/custom/res/drawable/donation_img.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/custom/res/drawable/donation_img.xml b/app/src/custom/res/drawable/donation_img.xml new file mode 100644 index 00000000..de93a9ce --- /dev/null +++ b/app/src/custom/res/drawable/donation_img.xml @@ -0,0 +1,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> |