177 lines
6.7 KiB
XML
177 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
||
<data>
|
||
|
||
</data>
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:background="@drawable/bg_r16_tb_ffffff"
|
||
android:gravity="center_horizontal"
|
||
android:orientation="vertical">
|
||
<RelativeLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginTop="@dimen/dp_16"
|
||
android:layout_marginStart="@dimen/dp_16"
|
||
android:layout_marginEnd="@dimen/dp_16"
|
||
>
|
||
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="分享到"
|
||
android:textColor="@color/color_FF333333"
|
||
android:textSize="@dimen/sp_18" />
|
||
|
||
<TextView
|
||
android:id="@+id/tv_clean"
|
||
android:layout_width="@dimen/dp_22"
|
||
android:layout_height="@dimen/dp_22"
|
||
android:layout_alignParentEnd="true"
|
||
android:background="@mipmap/gb" />
|
||
|
||
</RelativeLayout>
|
||
|
||
<androidx.recyclerview.widget.RecyclerView
|
||
android:id="@+id/recycle_view"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"/>
|
||
|
||
<!-- 2025年9月19日02:06:46,这里隐藏,原因是:目前没有分享出去的界面-->
|
||
<RelativeLayout
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="@dimen/dp_71"
|
||
android:layout_marginTop="@dimen/dp_20"
|
||
android:layout_marginStart="@dimen/dp_16"
|
||
android:layout_marginEnd="@dimen/dp_16"
|
||
android:gravity="center_horizontal"
|
||
android:orientation="horizontal"
|
||
android:visibility="gone">
|
||
|
||
|
||
|
||
<TextView
|
||
android:id="@+id/tv_wx"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_alignParentStart="true"
|
||
android:layout_centerInParent="true"
|
||
android:drawableTop="@mipmap/wx"
|
||
android:drawablePadding="@dimen/dp_8"
|
||
android:gravity="center"
|
||
android:text="微信好友"
|
||
android:textColor="@color/color_FF333333"
|
||
android:textSize="12sp"
|
||
/>
|
||
|
||
<TextView
|
||
android:id="@+id/tv_wxq"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_toEndOf="@+id/tv_wx"
|
||
android:layout_centerInParent="true"
|
||
android:layout_marginStart="@dimen/dp_45"
|
||
android:drawableTop="@mipmap/sign_icon_wechat_q"
|
||
android:drawablePadding="@dimen/dp_8"
|
||
android:gravity="center"
|
||
android:text="朋友圈"
|
||
android:textColor="@color/color_FF333333"
|
||
android:textSize="12sp" />
|
||
|
||
<TextView
|
||
android:id="@+id/tv_qq"
|
||
android:layout_width="@dimen/dp_45"
|
||
android:layout_marginStart="@dimen/dp_45"
|
||
android:layout_height="wrap_content"
|
||
android:layout_toEndOf="@+id/tv_wxq"
|
||
android:layout_centerInParent="true"
|
||
android:drawableTop="@mipmap/qq"
|
||
android:drawablePadding="@dimen/dp_8"
|
||
android:gravity="center"
|
||
android:text="QQ"
|
||
android:textColor="@color/color_FF333333"
|
||
android:textSize="12sp"
|
||
android:visibility="gone"
|
||
/>
|
||
|
||
<TextView
|
||
android:id="@+id/tv_qqq"
|
||
android:layout_width="@dimen/dp_45"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_45"
|
||
android:layout_alignParentEnd="true"
|
||
android:layout_centerInParent="true"
|
||
android:drawableTop="@mipmap/wx"
|
||
android:drawablePadding="@dimen/dp_5"
|
||
android:gravity="center"
|
||
android:text="QQ"
|
||
android:textColor="@color/color_FF333333"
|
||
android:textSize="12sp"
|
||
android:visibility="invisible"
|
||
/>
|
||
|
||
</RelativeLayout>
|
||
|
||
<LinearLayout
|
||
android:id="@+id/rl"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginTop="@dimen/dp_20"
|
||
android:layout_marginStart="@dimen/dp_16"
|
||
android:layout_marginEnd="@dimen/dp_16"
|
||
android:orientation="horizontal"
|
||
>
|
||
|
||
<TextView
|
||
android:id="@+id/tv_copy"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_alignParentStart="true"
|
||
android:layout_centerInParent="true"
|
||
android:drawableTop="@mipmap/lianj"
|
||
android:text="复制链接"
|
||
android:gravity="center"
|
||
android:drawablePadding="@dimen/dp_8"
|
||
/>
|
||
|
||
<TextView
|
||
android:id="@+id/tv_jub"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_toEndOf="@+id/tv_copy"
|
||
android:layout_centerInParent="true"
|
||
android:layout_marginStart="@dimen/dp_24"
|
||
android:drawableTop="@mipmap/jub"
|
||
android:text="举报"
|
||
android:gravity="center"
|
||
android:drawablePadding="@dimen/dp_8"
|
||
/>
|
||
|
||
<TextView
|
||
android:id="@+id/shanc"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_toEndOf="@+id/tv_jub"
|
||
android:layout_centerInParent="true"
|
||
android:layout_marginStart="@dimen/dp_24"
|
||
android:drawableTop="@mipmap/shanc"
|
||
android:text="删除"
|
||
android:gravity="center"
|
||
android:drawablePadding="@dimen/dp_8"
|
||
/>
|
||
</LinearLayout>
|
||
|
||
<View
|
||
android:layout_width="match_parent"
|
||
android:layout_height="@dimen/dp_1"
|
||
android:layout_marginLeft="@dimen/dp_20"
|
||
android:layout_marginTop="@dimen/dp_26"
|
||
android:layout_marginRight="@dimen/dp_20"
|
||
android:background="#14FFFFFF" />
|
||
|
||
|
||
</LinearLayout>
|
||
</layout> |