15 lines
No EOL
655 B
XML
15 lines
No EOL
655 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<size android:height="24.0dip" android:width="24.0dip" />
|
|
<gradient android:startColor="#ff000000" android:endColor="#0a000000" android:angle="0.0" android:type="radial" android:gradientRadius="50.0%" />
|
|
</shape>
|
|
</item>
|
|
<item android:left="1.5dip" android:top="1.5dip" android:right="1.5dip" android:bottom="1.5dip">
|
|
<shape android:shape="oval">
|
|
<solid android:color="@color/primary_300" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |