I want to create a shadow for my custom dialog is that possible ?
GhazalActivity.public void viewShareMenu() { Dialog share=new Dialog(this,R.style.s
try this, create an xml
make a View and set above xml to its backgroung like:
/>
now if you want to drop shadow to the left of your view, align this view to you views left, if you want shadow on bottom, align this view under you view ...hope you get it now