Smaller dot + stroke

pull/204/head
M66B 4 years ago
parent 040996e74e
commit de194b49a9

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<stroke
android:width="1dp"
android:color="?attr/colorControlNormal" />
<solid android:color="?attr/colorAccent" />
<size
android:width="12dp"
android:height="12dp" />
android:width="9dp"
android:height="9dp" />
</shape>
Loading…
Cancel
Save