Android borderless buttons

后端 未结 5 1728
自闭症患者
自闭症患者 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条回答
  •  梦毁少年i
    2021-02-01 04:48

    This code will remove all background for a button:

    android:background="@android:color/transparent"
    

提交回复
热议问题