<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/backgroundColor" android:gravity="center" android:orientation="vertical"> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content"> <ImageView android:id="@+id/imageView" android:layout_width="@dimen/dp_200" android:layout_height="@dimen/dp_125" android:scaleType="center" /> <com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer android:id="@+id/videoPlayer" android:layout_width="@dimen/dp_200" android:layout_height="@dimen/dp_125" /> </RelativeLayout> <TextView android:id="@+id/guideNameView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginVertical="@dimen/dp_10" android:text="@string/app_name" android:textColor="@color/black" android:textSize="@dimen/sp_16" /> </LinearLayout>