0

How to create a round drawable xml which contain image. When i add color then its works good but if i add image then only show image on view.

enter image description here

I wanna to create random color view same as other round view.

<selector xmlns:android="http://schemas.android.com/apk/res/android"><item>
<bitmap android:src="@drawable/background"/>
<shape>
    <corners android:radius="100dp"/>
</shape></item></selector>

0 Answers0