Button的自带背景实在是太丑了,当然可以直接用图片替换,但是如果要去除的话可以用下列这种方式:
添加一个style
android:layout_width="wrap_content"
style="?android:attr/borderlessButtonStyle"
android:layout_height="wrap_content"
android:text="这是测试按钮"/>
这是区别
Button的自带背景实在是太丑了,当然可以直接用图片替换,但是如果要去除的话可以用下列这种方式:
添加一个style
android:layout_width="wrap_content"
style="?android:attr/borderlessButtonStyle"
android:layout_height="wrap_content"
android:text="这是测试按钮"/>
这是区别
本文标题:去掉Button的默认背景
本文链接:https://www.haomeiwen.com/subject/wlcylftx.html
网友评论