41 lines
1.8 KiB
XML
41 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<RelativeLayout
|
|
android:id="@+id/rl_publish_add"
|
|
android:background="@drawable/bg_publish_item"
|
|
android:layout_width="@dimen/dp800w"
|
|
android:layout_height="@dimen/dp221w"
|
|
android:layout_marginTop="@dimen/dp5w"
|
|
android:layout_centerHorizontal="true">
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true">
|
|
<ImageView
|
|
android:id="@+id/im_publish_bg"
|
|
android:background="@drawable/community_publish_img"
|
|
android:layout_width="@dimen/dp90w"
|
|
android:layout_height="@dimen/dp90w"
|
|
android:layout_centerHorizontal="true"/>
|
|
<TextView
|
|
android:textSize="@dimen/theme_13sp"
|
|
android:textColor="@color/txt_96A6B4"
|
|
android:id="@+id/tv_empty_des"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp10w"
|
|
android:text="@string/add_image_video"
|
|
android:layout_below="@+id/im_publish_bg"/>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
android:layout_gravity="right"
|
|
android:id="@+id/tv_publish_delete"
|
|
android:background="@drawable/ic_community_publish_del"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/public_preview_delete_ic"
|
|
android:layout_height="@dimen/public_preview_delete_ic"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|