summaryrefslogtreecommitdiffstats
path: root/res/drawable/bg_migration_cling.xml
blob: bfff5a41a16b87a9a461221d90b5ba809965d52a (plain)
1
2
3
4
5
6
7
8
9
10
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>