1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Smaller dot + stroke

This commit is contained in:
M66B 2021-08-14 21:08:39 +02:00
parent 040996e74e
commit de194b49a9

View file

@ -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>