I donโt know if I ask if itโs wrong or not. But can I have an image in this xml form so that, if you provide an image, its angles are rounded.
<?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <corners android:radius="5dp" /> <solid android:color="#F87217"/> <stroke android:width="1dip" android:color="#f0f0f0" /> </shape>
source share