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

7 lines
275 B
XML
Raw Normal View History

2025-08-26 13:45:32 +05:30
<!-- res/drawable/rounded_black_bg.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#000000" /> <!-- Black background -->
<corners android:radius="10dp" /> <!-- Corner radius -->
</shape>