element-android/vector/src/main/res/drawable/circle.xml
2021-06-09 15:36:20 +02:00

5 lines
194 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="?vctr_header_background" />
</shape>