19 lines
696 B
Plaintext
19 lines
696 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<android.support.v4.widget.SwipeRefreshLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical"
|
||
|
android:id="@+id/swipeLayout" >
|
||
|
<!-- TODO: Update blank fragment layout -->
|
||
|
<android.support.v7.widget.RecyclerView
|
||
|
android:id="@+id/rvShudan"
|
||
|
android:divider="#ffff0000"
|
||
|
android:dividerHeight="10dp"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:nestedScrollingEnabled="false"
|
||
|
|
||
|
/>
|
||
|
|
||
|
</android.support.v4.widget.SwipeRefreshLayout>
|