<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:id="@+id/buttonLayout"
android:layout_alignParentBottom="true"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="horizontal">
<Button
android:text="AAAA"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_weight="1"/>
<Button
android:text="BBBB"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_weight="1"/>
</LinearLayout>
<ScrollView

android:layout_above="@id/buttonLayout"

android:layout_width="fill_parent"
android:layout_height="fill_parent">
</ScrollView>
</RelativeLayout>

更多相关文章

  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. MySql中 is Null段判断无效和IFNULL()失
  2. MySql关于null的函数使用分享
  3. MySql 如何实现无则插入有则更新
  4. MySQL慢查询以及重构查询的方式记录
  5. 详解MySQL中的pid与socket
  6. MySQL 如何设计统计数据表
  7. 浅谈MySQL 亿级数据分页的优化
  8. 解析MySQL binlog
  9. 详细谈谈MYSQL中的COLLATE是什么
  10. 深入探究Mysql模糊查询是否区分大小写