今天用Button的时候总是弄不出想要的效果,src图片总是不显示,将图片设置为background又会有默认边框,折腾了一番终于明白了。
button 和 Imagebutton 的区别:
1、button 的background 有效,src无效,ImageButton相反
2、button 的background 设置为背景时,会有默认边框
附加小知识:
button设置为透明的语句:android:background="android:color/transparent"
时间: 2024-12-16 09:00:58