Newer
Older
Meterage / app / src / main / res / drawable / dot_5.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <size
        android:width="@dimen/dp_5"
        android:height="@dimen/dp_5" />
    <solid android:color="#A8CBFF" />
</shape>