图像视图imageview
在XML文件中,通过属性android:src设置图片资源
正java代码中,调用setlmageResource方法设置图片的资源。
图像按钮ImageButton显示图片的图像按钮,继承于ImageView
与ImageButton和Button之间的区别
Button可显示文本也可显示图片,ImageButton只能显示图片不能显示文本
ImageButton上的图像可按比例缩放,而Button通过背景设置的图像会拉伸变形
Button只靠背景显示一张图片,而ImageButton可分别在前景和背景显示图片,从而实现两张图片的叠加效果
练习:计算机设计开发
界面设计
标签:25,显示,ImageButton,Button,图像,软件工程,2023,图片 From: https://www.cnblogs.com/ewqewq/p/17155509.html