77cf029fdc
Note: this is available in staging only.
8 lines
No EOL
285 B
XML
8 lines
No EOL
285 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:innerRadius="0dp"
|
|
android:shape="ring"
|
|
android:thickness="4dp"
|
|
android:useLevel="false">
|
|
<solid android:color="@color/signal_accent_primary" />
|
|
</shape> |