summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/donation_img.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-09-08 20:19:02 +0200
committercyBerta <cyberta@riseup.net>2018-09-08 20:19:02 +0200
commit80b04ba633303d33207ca9438ee6933915036e84 (patch)
treefee85ab76b8b9b86d213378f697e78bd1f59b19a /app/src/normal/res/drawable/donation_img.xml
parent25f822e35f6f1f34a430f836d0883c19998b9452 (diff)
custom theme for riseup vpn
Diffstat (limited to 'app/src/normal/res/drawable/donation_img.xml')
-rw-r--r--app/src/normal/res/drawable/donation_img.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/normal/res/drawable/donation_img.xml b/app/src/normal/res/drawable/donation_img.xml
new file mode 100644
index 00000000..4a330b8f
--- /dev/null
+++ b/app/src/normal/res/drawable/donation_img.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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:top="50dp"
+ android:bottom="50dp"
+ android:left="50dp"
+ android:right="50dp"
+ >
+ <bitmap
+ android:src="@drawable/logo"
+ android:gravity="center" />
+ </item>
+
+</layer-list> \ No newline at end of file