在android中的imageview中设置图像资源

时间:2013-04-29 07:41:58

标签: android

我是新的Android开发人员,从drawable文件夹设置图片。

请参阅belove image:

enter image description here

enter image description here

输出:

enter image description here

enter image description here

当图像为矩形时,设置图像视图矩形,图像为方形,然后设置图像视图方块。 如何实现这种功能?

请帮帮我

1 个答案:

答案 0 :(得分:1)

根据评论回答

试试这个

将图像放在res/drawable文件夹中,然后

 <ImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/rectangle" />      <-- your image in drawable