Android 中Button 和Image Button 的区别与联系
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 中Button 和Image Button 的区别与联系相关的知识,希望对你有一定的参考价值。
今天用Button的时候总是弄不出想要的效果,src图片总是不显示,将图片设置为background又会有默认边框,折腾了一番终于明白了。
button 和 Imagebutton 的区别:
1、button 的background 有效,src无效,ImageButton相反
2、button 的background 设置为背景时,会有默认边框
附加小知识:
button设置为透明的语句:android:background="android:color/transparent"
以上是关于Android 中Button 和Image Button 的区别与联系的主要内容,如果未能解决你的问题,请参考以下文章
Xamarin.Forms Android改变Button Image的颜色
Button and Image Borders in Android with Nine Patch Files
android 怎样让两个button控件挨在一起,左右对齐 没有距离?
尝试调用虚拟方法 'void android.widget.Button.setOnClickListener(android.view.View$onClickListener)'