anotherim/src/main/res/drawable/background_label.xml

5 lines
202 B
XML
Raw Normal View History

2024-04-09 09:09:14 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/white" />
<corners android:radius="5dp" />
</shape>