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

4 lines
234 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#FFFFFF"/> <!-- Your desired solid color -->
<corners android:radius="10dp"/> <!-- Rounded corners -->
</shape>