55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@mipmap/playfair_selected_gradle">
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<com.veloria.now.shortapp.rewards.VSNotificationsDefault
|
|
android:id="@+id/stateLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<androidx.viewpager2.widget.ViewPager2
|
|
android:id="@+id/viewPager_detail"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical" />
|
|
</com.veloria.now.shortapp.rewards.VSNotificationsDefault>
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_cover"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"
|
|
android:visibility="invisible" />
|
|
|
|
<include
|
|
android:id="@+id/layout_lock"
|
|
layout="@layout/layout_ve_lock_episode" />
|
|
|
|
<include
|
|
android:id="@+id/layout_recommend"
|
|
layout="@layout/layout_player_recommend" />
|
|
|
|
<include
|
|
android:id="@+id/layout_ad"
|
|
layout="@layout/layout_player_ad" />
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_back"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_35"
|
|
android:padding="@dimen/dp_15"
|
|
android:src="@mipmap/right_dimens"
|
|
android:visibility="gone" />
|
|
|
|
|
|
</FrameLayout> |