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

115 lines
4.2 KiB
XML
Raw Normal View History

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-01 22:48:32 +08:00
2019-02-02 17:27:23 +08:00
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-01 09:19:44 +08:00
<com.youth.banner.Banner
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/banner"
android:layout_width="match_parent"
android:layout_height="150dp" />
2019-02-02 17:27:23 +08:00
<include layout="@layout/fragment_jingxuan_cates"/>
2019-02-01 09:19:44 +08:00
2019-02-02 17:27:23 +08:00
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical"
>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_gravity="center_horizontal"
android:layout_margin="6dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="30dp"
android:layout_gravity="left"
android:text="重磅推荐"
android:layout_weight="1"
android:textColor="#212121" />
<TextView
android:layout_width="wrap_content"
android:layout_height="30dp"
android:layout_gravity="right"
android:gravity="right"
android:text="更多>>"
android:layout_weight="1"
android:textColor="#212121" />
</LinearLayout>
<com.deiniu.zhuike.utils.MyViewPager
android:id="@+id/viewpager_tuijian"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</com.deiniu.zhuike.utils.MyViewPager>
<!--
<com.viewpagerindicator.TitlePageIndicator
android:id="@+id/titleIndictator"
android:layout_height="wrap_content"
android:layout_width="fill_parent" />
-->
</LinearLayout>
2019-02-01 09:19:44 +08:00
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-02 17:27:23 +08:00
android:text=" "
2019-02-01 09:19:44 +08:00
android:textColor="#0f0"
android:textSize="200sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-02 17:27:23 +08:00
android:text=" "
2019-02-01 09:19:44 +08:00
android:textColor="#0f0"
android:textSize="200sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-02 17:27:23 +08:00
android:text=" "
2019-02-01 09:19:44 +08:00
android:textColor="#0f0"
android:textSize="200sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-02 17:27:23 +08:00
android:text=" "
2019-02-01 09:19:44 +08:00
android:textColor="#0f0"
android:textSize="200sp" />
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
2019-02-02 17:27:23 +08:00
</LinearLayout>