mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
639 B
22 lines
639 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item>
|
|
<shape android:shape="oval" >
|
|
<gradient
|
|
android:endColor="#00000000"
|
|
android:gradientRadius="50%p"
|
|
android:startColor="#50000000"
|
|
android:type="radial" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:bottom="5dp"
|
|
android:left="2dp"
|
|
android:right="4dp"
|
|
android:top="1dp">
|
|
<shape android:shape="oval" >
|
|
<solid android:color="#ffffff" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |