anotherim/src/main/res/drawable/background_label.xml
2024-04-09 11:09:14 +02:00

5 lines
202 B
XML

<?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>