pda/zhuike/src/main/res/layout/fragment_fragment_bangdan.xml

41 lines
1.5 KiB
XML
Raw Normal View History

2019-02-01 09:19:44 +08:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-15 23:48:25 +08:00
<android.support.v4.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
2019-04-23 22:45:08 +08:00
xmlns:app="http://schemas.android.com/apk/res-auto"
2019-02-15 23:48:25 +08:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
2019-02-24 00:21:34 +08:00
android:layout_marginBottom="-2dp"
2019-02-15 23:48:25 +08:00
android:id="@+id/swipeLayout" >
2019-04-23 22:45:08 +08:00
<!--
<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>
-->
2019-02-01 09:19:44 +08:00
<!-- TODO: Update blank fragment layout -->
2019-02-15 23:48:25 +08:00
<android.support.v7.widget.RecyclerView
android:id="@+id/rvBangdan"
android:divider="#ffff0000"
2019-04-17 23:28:18 +08:00
android:dividerHeight="5dp"
2019-02-01 09:19:44 +08:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2019-02-15 23:48:25 +08:00
android:nestedScrollingEnabled="false"
2019-04-17 23:28:18 +08:00
android:paddingBottom="30dp"
2019-02-24 00:21:34 +08:00
android:layout_marginBottom="-2dp"
2019-02-15 23:48:25 +08:00
/>
2019-02-01 09:19:44 +08:00
2019-02-15 23:48:25 +08:00
</android.support.v4.widget.SwipeRefreshLayout>