<?xml version="1.0" encoding="utf-8"?>
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/sv_detail"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/register_gray">
|
|
<LinearLayout
|
android:id="@+id/ll_container"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<com.viewpagerindicator.TabPageIndicator
|
android:id="@+id/indicator_episode"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content" />
|
|
<com.lcjian.library.widget.MyViewPager
|
android:id="@+id/vp_episode"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"></com.lcjian.library.widget.MyViewPager>
|
|
<LinearLayout
|
android:id="@+id/video_episode_tv_lookmore"
|
android:layout_width="wrap_content"
|
android:layout_height="20dp"
|
android:layout_below="@+id/video_introduction"
|
android:layout_centerHorizontal="true"
|
android:layout_gravity="center_horizontal"
|
android:layout_marginTop="5dp"
|
android:layout_marginBottom="5dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:id="@+id/tv_video_episode_more"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:text="查看更多" />
|
|
<ImageView
|
android:id="@+id/iv_video_episode_more"
|
android:layout_width="14dp"
|
android:layout_height="8dp"
|
android:layout_gravity="center"
|
android:layout_marginLeft="3dp"
|
android:src="@drawable/more_introduction" />
|
</LinearLayout>
|
|
<include
|
layout="@layout/video_introduction"
|
android:layout_marginTop="15dp" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="8dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:padding="8dp"
|
android:text="@string/related_video"
|
android:textSize="16sp" />
|
|
<com.lcjian.library.widget.MyGridView
|
android:id="@+id/gv_video_related_video"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:horizontalSpacing="8dp"
|
android:numColumns="2"
|
android:paddingLeft="8dp"
|
android:paddingRight="8dp"
|
android:stretchMode="columnWidth"
|
android:verticalSpacing="8dp"></com.lcjian.library.widget.MyGridView>
|
</LinearLayout>
|
|
<FrameLayout
|
android:id="@+id/fl_native_ad_1"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_margin="8dp"></FrameLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="8dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:padding="8dp"
|
android:text="@string/guess_like"
|
android:textSize="16sp" />
|
|
<com.lcjian.library.widget.MyGridView
|
android:id="@+id/gv_video_guess_like"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:horizontalSpacing="8dp"
|
android:numColumns="2"
|
android:paddingLeft="8dp"
|
android:paddingRight="8dp"
|
android:stretchMode="columnWidth"
|
android:verticalSpacing="8dp"></com.lcjian.library.widget.MyGridView>
|
</LinearLayout>
|
|
<FrameLayout
|
android:id="@+id/fl_native_ad_2"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_margin="8dp"></FrameLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="8dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:padding="8dp"
|
android:text="@string/everybody_look"
|
android:textSize="16sp" />
|
|
<com.lcjian.library.widget.MyGridView
|
android:id="@+id/gv_video_everybody_look"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:horizontalSpacing="8dp"
|
android:numColumns="2"
|
android:paddingLeft="8dp"
|
android:paddingRight="8dp"
|
android:stretchMode="columnWidth"
|
android:verticalSpacing="8dp"></com.lcjian.library.widget.MyGridView>
|
</LinearLayout>
|
|
<FrameLayout
|
android:id="@+id/fl_native_ad_3"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_margin="8dp"></FrameLayout>
|
</LinearLayout>
|
|
</ScrollView>
|