fragment_my_video.xml
595 Bytes
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<include
android:id="@+id/myVideoIncludLayout"
layout="@layout/toolbar_my_video" />
<include layout="@layout/user_divider_head_line" />
</LinearLayout>
</RelativeLayout>
</layout>