pda/zhuike/.svn/pristine/9c/9ce2601e50534b54a0fd45b30cb...

37 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipeLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_below ="@+id/app_bar"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/rvPaihang"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="#ffff0000"
android:dividerHeight="10dp"
android:nestedScrollingEnabled="true"
android:paddingBottom="50dp" />
<TextView
android:id="@+id/tvHint"
android:layout_width="match_parent"
android:layout_height="40dp"
android:background="@color/white"
android:gravity="center"
android:text="selected texts"
android:textColor="@color/red"
android:textSize="15sp"
android:visibility="gone" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>