Files
Android/app/src/main/res/drawable/tinted_circle_dark.xml
2020-05-14 11:22:28 -03:00

5 lines
189 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/core_grey_80" />
</shape>