Removing the shadow on an android button

后端 未结 4 1800
我在风中等你
我在风中等你 2021-02-07 04:42

I have searched and tryed all found solutions to this. I need to remove the shadow from a button in android. Most of the solutions i found involve using an imagebutton and setti

4条回答
  •  半阙折子戏
    2021-02-07 05:44

    Set Style Attribute for Button in xml

    style="?android:attr/borderlessButtonStyle"
    

    It Works.

提交回复
热议问题