Auxio/app/src/main/res/drawable/ui_indicator.xml
OxygenCobalt 595a982d59
all: cleanup
Clean up the project after the previous changes and update some
dependencies.
2022-03-23 12:27:49 -06:00

8 lines
259 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="4dp"
android:height="4dp" />
<solid android:color="?attr/colorPrimary" />
</shape>