Files
cuidamais_med/app/src/main/res/drawable/circle_bg.xml
2026-03-19 10:37:52 +00:00

6 lines
196 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/primary_light_color"/>
</shape>