summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable-v21/overlay_button_circle_background.xml
blob: c121690df9c225979bdd858d98b17c92a21e5c72 (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="37.5%p"
        android:startColor="#000000"
        android:endColor="@android:color/transparent"/>
</shape>