Newer
Older
OverlayMultiCounter / app / src / main / res / drawable / divider.xml
MatsumotoKeiju on 10 Nov 2017 149 bytes [add] Overlay ui
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <size android:height="1dp" />
    <solid android:color="#0084ff" />

</shape>