|
<?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> |