10 lines
302 B
XML
Executable File
10 lines
302 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
<gradient
|
|
android:type="radial"
|
|
android:gradientRadius="120dp"
|
|
android:startColor="#40FF3B30"
|
|
android:endColor="#00FF3B30" />
|
|
</shape>
|