Android borderless buttons

后端 未结 5 1736
自闭症患者
自闭症患者 2021-02-01 04:00

I hate to be the third person to ask this, but the previous two askings haven\'t seemed to answer it fully. The android design guidelines detail borderless buttons, but not how

5条回答
  •  天涯浪人
    2021-02-01 05:03

    Simply add the following style attribute in your Button tag:

    style="?android:attr/borderlessButtonStyle"
    

    source: http://developer.android.com/guide/topics/ui/controls/button.html#Borderless

提交回复
热议问题