15 lines
416 B
XML
15 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="ring"
|
|
android:innerRadiusRatio="3"
|
|
android:thicknessRatio="8"
|
|
android:useLevel="false">
|
|
<gradient
|
|
android:type="sweep"
|
|
android:startColor="#FF6B6B"
|
|
android:centerColor="#4ECDC4"
|
|
android:endColor="#FF6B6B"
|
|
android:angle="0" />
|
|
</shape>
|
|
|