summaryrefslogtreecommitdiff
path: root/res/drawable/overlay_button_circle_background.xml
blob: 90c51472c15c3740265c326e9bf6035894a72da5 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <gradient
        android:type="radial"
        android:gradientRadius="60"
        android:startColor="#000000"
        android:endColor="@android:color/transparent"/>
</shape>