endian11
2019-03-28 5398af31e5df23ed43c7dc8c3764c7a2887eaed5
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="5dp"/>
    <size android:height="10dp" android:width="10dp"/>
    <solid android:color="@android:color/holo_green_light"/>
</shape>