20 lines
657 B
XML
20 lines
657 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<VideoView
|
|
id="@+id/vv_video_player"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_alignParentLeft="true"
|
|
layout_alignParentTop="true"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentBottom="true"
|
|
layout_alignParentStart="true"
|
|
layout_alignParentEnd="true"/>
|
|
<include
|
|
id="@+id/cv_loader"
|
|
visibility="gone"
|
|
layout="@layout/2131559303"/>
|
|
</RelativeLayout>
|