52 lines
1.8 KiB
XML
52 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:fresco="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:viewBindingIgnore="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_horizontal">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rl_all"
|
|
android:layout_marginTop="@dimen/dp40"
|
|
android:layout_width="@dimen/dp300"
|
|
android:layout_height="@dimen/dp300">
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
android:id="@+id/copy_board_image"
|
|
android:layout_width="@dimen/dp300"
|
|
android:layout_height="@dimen/dp300"
|
|
/>
|
|
|
|
<RelativeLayout
|
|
android:visibility="gone"
|
|
android:layout_centerInParent="true"
|
|
android:background="@drawable/avatar_bg_white"
|
|
android:layout_width="@dimen/dp60"
|
|
android:layout_height="@dimen/dp60">
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
android:layout_centerInParent="true"
|
|
android:id="@+id/sv_avatar"
|
|
android:layout_width="@dimen/dp55"
|
|
android:layout_height="@dimen/dp55"
|
|
fresco:roundedCornerRadius="@dimen/dp5"
|
|
/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<Button
|
|
android:id="@+id/copy_board_download"
|
|
android:layout_width="@dimen/dp160"
|
|
android:layout_height="@dimen/dp48"
|
|
android:layout_marginTop="@dimen/dp65"
|
|
android:text="保存图片"
|
|
android:textSize="17sp"
|
|
android:textColor="@android:color/white"
|
|
android:background="@drawable/shape_personal_main_start_video_button"/>
|
|
|
|
</LinearLayout> |