<?xml version="1.0" encoding="utf-8"?><TabHost xmlns:android="http://schemas.android.com/apk/res/android"android:id="@android:id/tabhost" android:layout_width="fill_parent"android:layout_height="fill_parent"><LinearLayout android:orientation="vertical"android:layout_width="fill_parent" android:layout_height="fill_parent"><TabWidget android:id="@android:id/tabs"android:layout_width="fill_parent" android:layout_height="wrap_content" /><FrameLayout android:id="@android:id/tabcontent"android:layout_width="wrap_content" android:layout_height="fill_parent"><ScrollView android:padding="10dip" android:id="@+id/nightElf" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollbars="none"><TableLayout android:id="@+id/nightElfTbl" android:layout_width="fill_parent" android:layout_height="fill_parent"android:stretchColumns="0"><TableRow android:layout_marginBottom="5dip"><ImageView android:src="@drawable/archer" style="@style/iconStyle" /><Button android:id="@+id/ready" android:text="Ready"style="@style/buttonStyle"></Button><Button android:id="@+id/what" android:text="What"style="@style/buttonStyle"></Button><Button android:id="@+id/yes" android:text="Yes"style="@style/buttonStyle"></Button><Button android:id="@+id/death" android:text="Death"style="@style/buttonStyle"></Button><Button android:id="@+id/special" android:text="Special"style="@style/buttonStyle"></Button></TableRow></TableLayout></ScrollView><TextView android:id="@+id/human" android:layout_width="fill_parent"android:layout_height="fill_parent" android:text="@string/human" /><TextView android:id="@+id/orc" android:layout_width="fill_parent"android:layout_height="fill_parent" android:text="@string/orc" /><TextView android:id="@+id/undead" android:layout_width="fill_parent"android:layout_height="fill_parent" android:text="@string/undead" /></FrameLayout></LinearLayout></TabHost>

更多相关文章

  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:onClick都做了什么
  2. Android 4.0冰淇淋三明治SDK怎么下载
  3. android bluetooth
  4. android:fastScrollEnabled和android:dra
  5. android 图片浏览功能 图片放大缩小 使用
  6. Android中的文本框,图片以及点击事件的设
  7. Android取消EditText自动默认获取焦点行
  8. AutoCompleteTextView(自动完成文本框)
  9. textView 属性总结
  10. Android中的Binder机制一(实名Binder)