10 lines
303 B
XML
10 lines
303 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
<gradient
|
|
android:type="radial"
|
|
android:gradientRadius="150dp"
|
|
android:startColor="#5533B5E5"
|
|
android:endColor="#0033B5E5"
|
|
android:centerColor="#9933B5E5" />
|
|
</shape>
|