2019-02-01 09:19:44 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-02-02 17:27:23 +08:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-01 09:19:44 +08:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
2019-02-02 17:27:23 +08:00
|
|
|
android:layout_height="match_parent" android:orientation="vertical"
|
2019-02-01 09:19:44 +08:00
|
|
|
tools:context=".Fragment_jingxuan">
|
|
|
|
|
2019-02-15 23:48:25 +08:00
|
|
|
<android.support.v4.widget.SwipeRefreshLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:id="@+id/swipeLayout" >
|
2019-02-01 22:48:32 +08:00
|
|
|
<android.support.v4.widget.NestedScrollView
|
|
|
|
android:id="@+id/n_scroll_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-02 17:27:23 +08:00
|
|
|
android:fillViewport="true"
|
2019-02-01 22:48:32 +08:00
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
|
|
2019-02-01 09:19:44 +08:00
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
|
|
|
>
|
2019-02-02 17:27:23 +08:00
|
|
|
|
|
|
|
|
2019-02-12 13:23:07 +08:00
|
|
|
<com.youth.banner.Banner xmlns:app="http://schemas.android.com/apk/res-auto"
|
2019-02-01 09:19:44 +08:00
|
|
|
android:id="@+id/banner"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="150dp" />
|
|
|
|
|
|
|
|
|
2019-02-12 13:23:07 +08:00
|
|
|
<include layout="@layout/fragment_jingxuan_cates" />
|
2019-02-01 09:19:44 +08:00
|
|
|
|
|
|
|
|
2019-02-12 13:23:07 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
<!-- 推荐 -->
|
2019-02-02 17:27:23 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
2019-02-12 13:23:07 +08:00
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="6dp"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="left"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="重磅推荐"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
2019-02-02 17:27:23 +08:00
|
|
|
android:layout_height="30dp"
|
2019-02-12 13:23:07 +08:00
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="更多>>"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-02 17:27:23 +08:00
|
|
|
<com.deiniu.zhuike.utils.MyViewPager
|
|
|
|
android:id="@+id/viewpager_tuijian"
|
|
|
|
android:layout_width="match_parent"
|
2019-02-12 13:23:07 +08:00
|
|
|
android:layout_height="wrap_content"></com.deiniu.zhuike.utils.MyViewPager>
|
2019-02-02 17:27:23 +08:00
|
|
|
|
|
|
|
<!--
|
|
|
|
<com.viewpagerindicator.TitlePageIndicator
|
|
|
|
android:id="@+id/titleIndictator"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent" />
|
|
|
|
-->
|
|
|
|
|
2019-02-01 09:19:44 +08:00
|
|
|
|
2019-02-12 13:23:07 +08:00
|
|
|
<!--火热新书 -->
|
2019-02-15 23:48:25 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="5dp"
|
|
|
|
android:background="@color/ghostwhite"
|
|
|
|
|
|
|
|
android:orientation="horizontal"/>
|
|
|
|
|
2019-02-01 09:19:44 +08:00
|
|
|
|
2019-02-12 13:23:07 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="6dp"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="left"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="火热新书"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="更多>>"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-14 00:58:03 +08:00
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rvHotNewL"
|
|
|
|
android:divider="#ffff0000"
|
|
|
|
android:dividerHeight="10dp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:nestedScrollingEnabled="false"
|
2019-02-14 00:58:03 +08:00
|
|
|
/>
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rvHotNewG"
|
|
|
|
android:divider="#ffff0000"
|
|
|
|
android:dividerHeight="10dp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:nestedScrollingEnabled="false"
|
2019-02-14 00:58:03 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <include layout="@layout/fragment_jingxuan_book_list"></include> -->
|
2019-02-15 23:48:25 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="5dp"
|
|
|
|
android:background="@color/ghostwhite"
|
|
|
|
|
|
|
|
/>
|
2019-02-12 13:23:07 +08:00
|
|
|
|
|
|
|
|
|
|
|
<!--热门连载 -->
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="6dp"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="left"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="热门连载"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="更多>>"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-14 00:58:03 +08:00
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rvLianZaiL"
|
|
|
|
android:divider="#ffff0000"
|
|
|
|
android:dividerHeight="10dp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:nestedScrollingEnabled="false"
|
2019-02-14 00:58:03 +08:00
|
|
|
|
|
|
|
/>
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rvLianZaiG"
|
|
|
|
android:divider="#ffff0000"
|
|
|
|
android:dividerHeight="10dp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:nestedScrollingEnabled="false"
|
2019-02-14 00:58:03 +08:00
|
|
|
|
|
|
|
/>
|
|
|
|
|
2019-02-15 23:48:25 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="5dp"
|
|
|
|
android:background="@color/ghostwhite"
|
|
|
|
|
|
|
|
android:orientation="horizontal"/>
|
2019-02-14 00:58:03 +08:00
|
|
|
|
|
|
|
<!-- <include layout="@layout/fragment_jingxuan_book_list"></include> -->
|
|
|
|
|
2019-02-12 13:23:07 +08:00
|
|
|
<!--完本精选 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="6dp"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="left"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="完本精选"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="更多>>"
|
|
|
|
android:textColor="#212121" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-14 00:58:03 +08:00
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rvFinishL"
|
|
|
|
android:divider="#ffff0000"
|
|
|
|
android:dividerHeight="10dp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:nestedScrollingEnabled="false"
|
2019-02-14 00:58:03 +08:00
|
|
|
|
|
|
|
/>
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rvFinishG"
|
|
|
|
android:divider="#ffff0000"
|
|
|
|
android:dividerHeight="10dp"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:paddingBottom="40dp"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:nestedScrollingEnabled="false"
|
2019-02-14 00:58:03 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <include layout="@layout/fragment_jingxuan_book_list"></include> -->
|
2019-02-12 13:23:07 +08:00
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<android.support.design.widget.TextInputEditText
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="100dp" />
|
2019-02-01 09:19:44 +08:00
|
|
|
</LinearLayout>
|
|
|
|
</android.support.v4.widget.NestedScrollView>
|
2019-02-15 23:48:25 +08:00
|
|
|
</android.support.v4.widget.SwipeRefreshLayout>
|
2019-02-02 17:27:23 +08:00
|
|
|
</LinearLayout>
|