31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="#88000000"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.ubt.jimu.widgets.player.UbtPlayerView
|
|
android:id="@+id/ubt_player"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ViewStub
|
|
android:id="@+id/vs_load_failure"
|
|
android:layout="@layout/viewstub_video_load_failure"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:id="@+id/im_back"
|
|
android:layout_width="@dimen/theme_navigation_size"
|
|
android:layout_height="@dimen/theme_navigation_size"
|
|
android:src="@mipmap/tab_icon_back"/>
|
|
<ImageView
|
|
android:id="@+id/im_publish_confirm"
|
|
android:background="@drawable/community_my_collection_complete"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp80"
|
|
android:layout_height="@dimen/dp80"
|
|
android:layout_marginLeft="@dimen/dp10"
|
|
android:layout_marginTop="@dimen/dp10"
|
|
android:layout_alignParentRight="true"
|
|
android:transitionName="im_publish_cancel"/>
|
|
</RelativeLayout>
|