Newer
Older
OverlayMultiCounter / app / src / main / res / drawable / divider.xml
MatsumotoKeiju on 10 Nov 2017 151 bytes [add] Main view model, Update Counter UI
<shape xmlns:android="http://schemas.android.com/apk/res/android">

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

</shape>