I have added a simple button to my layout , and I have deleted the text and set an image with transparency as its background. but unfortunately there is a drop shadow effect on my button and I can't remove it. I'll appreciate if you have any experience with it help me.
Thanks!
18
votes
change to imagebutton and put the background like this: android:background="@android:color/transparent
– Dyna
Thanks very much , yes that was the problem , could you add it as an answer so I can select it. thanks
– m0j1
Possible duplicate of Removing the shadow on an android button
– Henrique de Sousa
2 Answers
77
votes
8
votes