I have a custom listView and the list item that i am using is a linear layout with couple of images and text. Now i want to make this list item a bit elevated just like the pic below

I have a custom listView and the list item that i am using is a linear layout with couple of images and text. Now i want to make this list item a bit elevated just like the pic below

For the background of each list item, you can use an xml drawable to achieve this effect:
mydrawable.xmlTo adjust the shadow sizes, tweak the
left,right, etc. in the seconditem. Use it in yourLinearLayoutfor each item asandroid:background="@drawable/mydrawable".