
As you can see in image, I want shadow behind a Button. I have created Button with rounded corners. But problem is I can't generate a shadow behind that Button. How can I achieve this?
|
|
Try this if this works for you
|
|||
|
|
|
adjust this to get your final view button_selector.xml
in your xml layout
|
|||
|
|
|
Android Button's background as shape with Shadow. The answer in the link should solve your problem. It draws shape based on layers. You could have a image with a shadow and just place the drawable for the button. |
|||
|
|