How can I show shadow for my linear layout. I want white colored rounded background with shadow around the linearlayout. I have done this so far.
There is also another solution to the problem by implementing a layer-list that will act as the background for the LinearLayoout.
Add background_with_shadow.xml file to res/drawable. Containing:
res/drawable
Then add the the layer-list as background in your LinearLayout.