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

全部博文(96)

文章存档

2015年(2)

2013年(1)

2012年(93)

分类: 系统运维

2012-02-08 16:43:45

(020502_框架布局管理器.avi)[00.01.16.549]

 

main.xml


换了一个布局管理器
      xmlns:android="
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >
            android:id="@+id/mying"
        android:src="@drawable/fish"
        android:layout_width = "wrap_content"
        android:layout_height= "wrap_content"/>
          android:id="@+id/myinput"
        android:text="请输入姓名"
        android:layout_width = "wrap_content"/>
   

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