small optical improvements to active indicator
(cherry picked from commit 3b8263bbe47c692d961c8ef5f4aae5e2c8100d9a)
This commit is contained in:
parent
2f4c003c20
commit
dc38bf8927
1 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue