1
0
Fork 1

small optical improvements to active indicator

(cherry picked from commit 3b8263bbe47c692d961c8ef5f4aae5e2c8100d9a)
This commit is contained in:
Christian Schneppe 2022-09-27 17:47:40 +02:00 committed by Arne
parent 2f4c003c20
commit dc38bf8927

View file

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="#ff388e3c"/>
<solid android:color="@color/green500" />
<size
android:width="10dp"
android:height="10dp"/>
android:height="10dp" />
<stroke
android:width="2dp"
android:color="@color/online" />
</shape>