summaryrefslogtreecommitdiffstats
path: root/res/drawable/bg_migration_cling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/bg_migration_cling.xml')
-rw-r--r--res/drawable/bg_migration_cling.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/drawable/bg_migration_cling.xml b/res/drawable/bg_migration_cling.xml
new file mode 100644
index 000000000..bfff5a41a
--- /dev/null
+++ b/res/drawable/bg_migration_cling.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval" >
+
+ <gradient
+ android:endColor="#00ffeb3a"
+ android:gradientRadius="50%p"
+ android:startColor="#80ffeb3a"
+ android:type="radial" />
+
+</shape> \ No newline at end of file