Mercury-IM/app/src/main/res/drawable/circle.xml

6 lines
231 B
XML
Raw Normal View History

2019-06-23 02:34:14 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >
<solid android:color="#FFF" />
<size android:width="10dp" android:height="10dp" />
</shape>