<?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">    <Button android:layout_width="fill_parent"        android:layout_height="wrap_content" android:id="@+id/testbutton"        android:text="@string/hello" android:layout_alignParentBottom="true" />    <ListView android:layout_width="fill_parent"        android:layout_height="fill_parent" android:id="@+id/list"        android:layout_alignParentTop="true" android:layout_above="@id/testbutton" /></RelativeLayout>


android:layout_above="@id/testbutton" 让ListView 在 Button之上

更多相关文章

  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(安卓)Studio】Migrating From
  2. Android(安卓)仿微信TabHost使用方法详解
  3. android中颜色对应的值
  4. Android保存文件到手机
  5. Android通知权限相关工具类
  6. android全局Toast
  7. Android(安卓)Banner 广告条
  8. Android库. 1 WIFI相关
  9. Android(安卓)的res/values/colors自定义
  10. streaming audio on android