How to remove button shadow (android)

前端 未结 10 1852
失恋的感觉
失恋的感觉 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:45

    Another alternative is to add

    style="?android:attr/borderlessButtonStyle"
    

    to your Button xml as documented here http://developer.android.com/guide/topics/ui/controls/button.html

    An example would be

提交回复
热议问题