<?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. Android模块编译过程中的错误no rules to
  2. 1.android 通过wifi调用打印机
  3. Android异步加载图像小结----演化理解 An
  4. Android简单的绘图机制与技巧
  5. Chrome访问Wap
  6. Android 基础知识7:Android 应用权限详解
  7. Android 中的注解深入探究
  8. Android中TextInputLayout 使用
  9. Android webview和js互相调用实现方法
  10. LayoutTransition 容器布局动画