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:
parent
040996e74e
commit
de194b49a9
1 changed files with 5 additions and 2 deletions
|
@ -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…
Reference in a new issue