tab布局

来源:互联网 发布:石家庄网络推广招聘 编辑:程序博客网 时间:2024/06/05 05:31
<?xml version="1.0" encoding="utf-8"?><com.handmark.pulltorefresh.library.PullToRefreshScrollView    xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    xmlns:ptr="http://schemas.android.com/apk/res-auto"    ptr:ptrDrawable="@drawable/default_ptr_flip"    ptr:ptrAnimationStyle="flip"    ptr:ptrHeaderBackground="#383838"    ptr:ptrHeaderTextColor="#FFFFFF"    android:id="@+id/psv">    <!--只能有一个子孩子-->    <LinearLayout        android:layout_width="match_parent"        android:layout_height="match_parent"        android:orientation="vertical">        <!--定义一个Banner-->        <com.youth.banner.Banner            android:layout_width="match_parent"            android:layout_height="200dp"            android:id="@+id/myBanner">        </com.youth.banner.Banner>        <com.bwie.test.huangxing20171118.MyListView            android:layout_width="match_parent"            android:layout_height="match_parent"            android:id="@+id/lv"></com.bwie.test.huangxing20171118.MyListView>    </LinearLayout>  </com.handmark.pulltorefresh.library.PullToRefreshScrollView>
原创粉丝点击