上拉,下拉的布局

来源:互联网 发布:淘宝帐号更换支付宝 编辑:程序博客网 时间:2024/05/21 22:52
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity" >


    <com.men.xlistview.XListView
        android:id="@+id/techan_xListView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:cacheColorHint="#00000000" >
    </com.men.xlistview.XListView>


</RelativeLayout>
0 0
原创粉丝点击