How to remove button shadow (android)

前端 未结 10 1970
失恋的感觉
失恋的感觉 2020-12-07 11:16

I want to remove the shadow from the button to make it seem more flat.

I have this right now:

\"cancel

10条回答
  •  离开以前
    2020-12-07 11:48

    I use a custom style

    
    

    Don't forget to add

    false
    

    otherwise the button text will be in UpperCase.

提交回复
热议问题