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

10 lines
279 B
XML
Raw Normal View History

2025-08-26 13:45:32 +05:30
<!-- res/drawable/rounded_box.xml -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#C8DAF2" /> <!-- Light blue background -->
<corners android:radius="12dp" /> <!-- Rounded corners -->
</shape>