I have a drawable xml file which draws a circle.
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="#666666" />
<size
android:width="120dp"
android:height="120dp" />
</shape>
now, I have to add a image in drawable folder. please help me where to change the code.