<pre name="code" class="html"><?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation="vertical">"     <TextView android:layout_width="wrap_content"          android:layout_height="wrap_content"         android:text="TextView"/>     <Button android:layout_width="wrap_content"          android:layout_height="wrap_content"         android:text="Button" />     <EditText android:layout_width="fill_parent"          android:layout_height="wrap_content"/>     <RadioButton android:layout_width="wrap_content"          android:layout_height="wrap_content"         android:text="RadioButton" />         <CheckBox android:layout_width="wrap_content"          android:layout_height="wrap_content"         android:text="CheckBox" />     <ToggleButton android:layout_width="wrap_content"          android:layout_height="wrap_content"         android:text="ToggleButton" />     <ZoomButton android:layout_width="wrap_content"          android:layout_height="wrap_content"         android:text="ZoomButton" />     <Spinner android:layout_width="match_parent"           android:layout_height="wrap_content" />     <RatingBar android:layout_width="wrap_content"          android:layout_height="wrap_content" />  </LinearLayout> 


" width="230" height="381">

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 转载:Android的设置界面及Preference使用
  2. 关于Zipalign的介绍和使用方法
  3. android mainfest 属性详解
  4. Android点滴累计
  5. android后台服务service全解析(上)--serv
  6. Android(安卓)学习 之 Canvas (一)
  7. Android学习心得(二)——短信服务
  8. android shelves
  9. Android最实用的各种技能点的网址链接(每
  10. Android(安卓)5.0以上Button去掉阴影