2018-09-24 17:04:48 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="oval">
|
|
|
|
|
|
|
|
<gradient
|
|
|
|
android:angle="270"
|
2019-10-07 15:43:36 -03:00
|
|
|
android:startColor="@color/transparent_black_20"
|
2018-09-24 17:04:48 -07:00
|
|
|
android:endColor="@color/transparent_black" />
|
|
|
|
|
|
|
|
</shape>
|