41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:background="@color/color_545362"
|
|
android:layout_width="1980dp"
|
|
android:layout_height="1080dp">
|
|
|
|
<TextView
|
|
android:id="@+id/btn_share_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="@dimen/dp_60"
|
|
android:layout_marginBottom="@dimen/dp_35"
|
|
android:clickable="true"
|
|
android:gravity="center_vertical|center_horizontal"
|
|
android:text="我要分享"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/dp_30" />
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_below="@+id/btn_share_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_back"
|
|
android:layout_width="@dimen/dp_90"
|
|
android:layout_height="@dimen/dp_90"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_marginLeft="@dimen/dp_50"
|
|
android:layout_marginTop="@dimen/dp_65"
|
|
android:src="@drawable/main_video_play_btn_normal" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</RelativeLayout> |