Chinaunix首页 | 论坛 | 博客
  • 博客访问: 327452
  • 博文数量: 96
  • 博客积分: 2041
  • 博客等级: 大尉
  • 技术积分: 1080
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-20 14:08
文章分类

全部博文(96)

文章存档

2015年(2)

2013年(1)

2012年(93)

分类: 系统运维

2012-02-06 22:52:37

java.lang.Object
   android.view.View
     android.widget.ImageView

类似之前RadioGroup提供的是一个RadioButton容器,ImageView所提供的是一个专门存放图片的容器。图片保存在res/drawable-xx文件夹之中

 


    xmlns:android="
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

            android:id="@+id/img"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:src="@drawable/fish"/>  定义图片的ID资源

阅读(564) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~