13 lines
401 B
XML
13 lines
401 B
XML
<?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:centerX="30%"
|
|
android:centerY="20%"
|
|
android:gradientRadius="800dp"
|
|
android:startColor="#6c4bb5"
|
|
android:centerColor="#120b2d"
|
|
android:endColor="#000000" />
|
|
</shape>
|