POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/drawable/removebutton.xml

14 lines
472 B
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Button Background Color -->
<solid android:color="@android:color/transparent" /> <!-- Transparent background -->
<!-- Button Border -->
<stroke
android:width="2dp"
android:color="#000000" /> <!-- Change border color here -->
<!-- Border Radius -->
<corners android:radius="12dp" /> <!-- Adjust radius here -->
</shape>