Metro/app/src/main/res/drawable/circle_widget_background.xml
2022-01-15 15:11:32 +05:30

5 lines
No EOL
203 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/widget_md3_button_bg_color" />
</shape>