41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.v4.widget.SwipeRefreshLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:layout_marginBottom="-2dp"
|
|
android:id="@+id/swipeLayout" >
|
|
<!--
|
|
<com.novelbook.android.adapter.JudgeNestedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.ixiaow.multilayout.MultiLayout
|
|
android:id="@+id/topic_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tab_indicator_color="@color/colorAccent"
|
|
app:tab_indicator_height="1dp"
|
|
app:tab_indicator_radius="1dp"
|
|
app:tab_text_size="14sp"
|
|
|
|
app:tl_indicator_style="BLOCK"
|
|
|
|
app:tl_textUnselectColor="@color/darkgray" />
|
|
</com.novelbook.android.adapter.JudgeNestedScrollView>
|
|
-->
|
|
|
|
<!-- TODO: Update blank fragment layout -->
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/rvBangdan"
|
|
android:divider="#ffff0000"
|
|
android:dividerHeight="5dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:nestedScrollingEnabled="false"
|
|
android:paddingBottom="30dp"
|
|
android:layout_marginBottom="-2dp"
|
|
/>
|
|
|
|
</android.support.v4.widget.SwipeRefreshLayout> |