Files
BisaUMKM/app/src/main/res/drawable/search_background.xml
2025-02-02 15:58:22 +07:00

6 lines
226 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="1dp"
android:color="@color/soft_gray"/>
<corners android:radius="15dp"/>
</shape>