`
alp1014
  • 浏览: 25453 次
  • 来自: 北京
社区版块
存档分类
最新评论

保持在底部的按钮栏,上面是滚动的ScrollView---转

阅读更多
<?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> 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics