194 lines
7.4 KiB
XML
194 lines
7.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_cover_player_detail"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop" />
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_back_vt_episode"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginTop="55dp"
|
|
android:src="@mipmap/layout_register_q" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_title_vt_episode"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="@dimen/agreementLock"
|
|
android:layout_marginLeft="50dp"
|
|
android:layout_marginTop="56dp"
|
|
android:layout_marginEnd="@dimen/followHistoryOllow"
|
|
android:layout_toRightOf="@+id/iv_back_vt_episode"
|
|
android:ellipsize="marquee"
|
|
android:maxLines="1"
|
|
android:textColor="@color/white"
|
|
android:textSize="16dp"
|
|
tools:textColor="@color/black" />
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_vt_play"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:contentDescription="@null"
|
|
android:padding="15dp"
|
|
android:src="@mipmap/search_tablist_service" />
|
|
|
|
|
|
<!-- 收藏功能按钮 start -->
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_above="@+id/ll_top"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginBottom="120dp"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_collection_controller"
|
|
android:layout_width="34dp"
|
|
android:layout_height="34dp"
|
|
android:layout_marginBottom="3dp" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_collection_num_controller"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/iv_episodes_controller"
|
|
android:layout_width="34dp"
|
|
android:layout_height="34dp"
|
|
android:layout_marginTop="@dimen/arrowrightArrowrightFollowlist"
|
|
android:layout_marginBottom="3dp"
|
|
android:visibility="visible"
|
|
app:srcCompat="@mipmap/recharge_translates" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/iv_episodes_total_controller"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="26dp"
|
|
android:gravity="center"
|
|
android:text="@string/settingsLoadingdefault"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp"
|
|
android:visibility="visible" />
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
<!-- 收藏功能按钮 end-->
|
|
|
|
|
|
<!-- progress-->
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/ll_top"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginBottom="60dp"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:visibility="visible">
|
|
|
|
<androidx.appcompat.widget.AppCompatSeekBar
|
|
android:id="@+id/seekBar_player_detail"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:maxHeight="2dp"
|
|
android:paddingStart="0dp"
|
|
android:paddingEnd="0dp"
|
|
android:progressDrawable="@drawable/g_about"
|
|
android:splitTrack="false"
|
|
android:thumb="@drawable/ne_edit_ezier"
|
|
android:thumbOffset="8dp" />
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<com.shortdrama.jelly.zyreotv.topics.amera.EVMylistView
|
|
android:id="@+id/load_line"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2dp"
|
|
android:layout_above="@id/rl_ep"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginBottom="70dp"
|
|
android:visibility="visible" />
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rl_ep"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="41dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:background="#272A30"
|
|
android:visibility="gone">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_title_player"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_toLeftOf="@id/tv_episode_player"
|
|
android:singleLine="true"
|
|
android:textColor="@color/white"
|
|
android:textSize="16dp"
|
|
tools:text="Deadly Housewife" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_episode_player"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="31dp"
|
|
android:textColor="@color/white"
|
|
android:textSize="12dp"
|
|
tools:text="Complete set : 999" />
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="12dp"
|
|
android:layout_height="12dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:src="@mipmap/eader_tabindicator_pisodes" />
|
|
</RelativeLayout>
|
|
<!--video description-->
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_des_player"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@color/black"
|
|
android:maxLines="2"
|
|
android:paddingLeft="16dp"
|
|
android:paddingTop="6dp"
|
|
android:paddingRight="32dp"
|
|
android:paddingBottom="6dp"
|
|
android:textColor="@color/white"
|
|
android:textSize="12dp"
|
|
android:visibility="gone"
|
|
tools:text="Complete set : 999" />
|
|
|
|
|
|
</RelativeLayout> |