Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:gravity="center">
<shape android:shape="oval">
<gradient
android:centerColor="#80000000"
android:endColor="#00000000"
android:gradientRadius="90"
android:startColor="#ff000000"
android:type="radial" />