I want to display image in list view where images are stores in drawble folder and i trying to read through XML here is my XML code.
<music>
<song>
<title>Live Shows</title>
<thumb_url>@drawable/chat.png</thumb_url>
</song>
<song>
<title>Space Bound</title>
<thumb_url>@drawable/email_open.png</thumb_url>
</song>
Please help me i am new to android.