Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7563654
  • 博文数量: 961
  • 博客积分: 15795
  • 博客等级: 上将
  • 技术积分: 16612
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-07 14:23
文章分类

全部博文(961)

文章存档

2016年(1)

2015年(61)

2014年(41)

2013年(51)

2012年(235)

2011年(391)

2010年(181)

分类: Android平台

2015-11-18 16:16:45


点击(此处)折叠或打开

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android=""
  3.     android:orientation="vertical" android:layout_width="fill_parent"
  4.     android:layout_height="fill_parent">
  5.     <Button
  6.         android:layout_width="fill_parent"
  7.         android:layout_height="wrap_content"
  8.         android:text="北京魔乐科技软件学院" />
  9.     <LinearLayout
  10.         xmlns:android=""
  11.         android:orientation="horizontal"
  12.         android:layout_width="fill_parent"
  13.         android:layout_height="wrap_content">
  14.         <ImageView
  15.             android:src="@drawable/mldn_3g"
  16.             android:layout_width="wrap_content"
  17.             android:layout_height="wrap_content" />
  18.         <ImageView
  19.             android:src="@drawable/mldn_man"
  20.             android:layout_width="wrap_content"
  21.             android:layout_height="wrap_content" />
  22.     </LinearLayout>
  23.     <TableLayout xmlns:android=""
  24.         android:layout_width="wrap_content" android:layout_height="wrap_content">
  25.         <TableRow>
  26.             <EditText
  27.                 android:id="@+id/myinput"
  28.                 android:src="@drawable/mldn_3g"
  29.                 android:layout_width="wrap_content"
  30.                 android:layout_height="wrap_content"
  31.                 android:text="请输入检索关键字..." />
  32.             <Button
  33.                 android:id="@+id/search"
  34.                 android:text="检索"
  35.                 android:layout_width="wrap_content"
  36.                 android:layout_height="wrap_content" />
  37.         </TableRow>
  38.     </TableLayout>
  39. </LinearLayout>
020505_布局管理器的嵌套.ppt
阅读(1193) | 评论(0) | 转发(0) |
0

上一篇:相对布局管理器

下一篇:事件处理

给主人留下些什么吧!~~