39 lines
1.1 KiB
XML
39 lines
1.1 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/live_bg">
|
||
|
|
||
|
<FrameLayout
|
||
|
android:id="@+id/play_container"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
/>
|
||
|
|
||
|
<com.yunbao.common.custom.MyViewPager
|
||
|
android:id="@+id/viewPager"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:overScrollMode="never"
|
||
|
/>
|
||
|
|
||
|
<FrameLayout
|
||
|
android:id="@+id/page_container"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"/>
|
||
|
|
||
|
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/btn_small_screen"
|
||
|
android:layout_width="35dp"
|
||
|
android:layout_height="35dp"
|
||
|
android:layout_marginTop="30dp"
|
||
|
android:layout_marginRight="20dp"
|
||
|
android:layout_gravity="right"
|
||
|
android:padding="5dp"
|
||
|
android:visibility="gone"
|
||
|
android:src="@mipmap/icon_live_close"/>
|
||
|
|
||
|
</FrameLayout>
|