2024-03-08 14:34:05 +08:00
|
|
|
<?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="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<include layout="@layout/view_title2" />
|
|
|
|
|
2024-03-12 18:30:02 +08:00
|
|
|
<ScrollView
|
2024-03-08 14:34:05 +08:00
|
|
|
android:layout_width="match_parent"
|
2024-03-12 18:30:02 +08:00
|
|
|
android:layout_height="wrap_content">
|
2024-03-08 14:34:05 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2024-03-12 18:30:02 +08:00
|
|
|
android:orientation="vertical">
|
2024-03-08 14:34:05 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
2024-03-12 18:30:02 +08:00
|
|
|
android:layout_width="match_parent"
|
2024-03-08 14:34:05 +08:00
|
|
|
android:layout_height="wrap_content"
|
2024-03-12 18:30:02 +08:00
|
|
|
android:layout_margin="15dp"
|
|
|
|
android:background="@drawable/main_community_send_edit_bg"
|
2024-03-08 14:34:05 +08:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
2024-03-12 18:30:02 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="15dp"
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="15dp"
|
|
|
|
android:layout_height="15dp"
|
|
|
|
android:src="@mipmap/icon_community_edit" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="请输入200字以内的文字"
|
|
|
|
android:textColor="#333333" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="130dp"
|
|
|
|
android:layout_marginStart="15dp"
|
|
|
|
android:layout_marginEnd="15dp"
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
android:background="@color/white"
|
|
|
|
android:gravity="start"
|
|
|
|
android:hint="写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么写点什么..."
|
|
|
|
android:maxEms="200"
|
|
|
|
android:maxLength="200"
|
|
|
|
android:textSize="14dp" />
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/recyclerView_image"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="15dp"
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
android:overScrollMode="never"
|
|
|
|
android:visibility="gone" />
|
2024-03-08 14:34:05 +08:00
|
|
|
|
2024-03-12 18:30:02 +08:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/videoViewLayout"
|
2024-03-08 14:34:05 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2024-03-12 18:30:02 +08:00
|
|
|
android:layout_marginLeft="15dp"
|
|
|
|
android:layout_marginBottom="20dp"
|
|
|
|
android:visibility="visible">
|
|
|
|
|
|
|
|
<VideoView
|
|
|
|
android:id="@+id/videoView"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_height="200dp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/delVideo"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignRight="@+id/videoView"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:src="@mipmap/icon_close" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginBottom="30dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/imgTextLayout"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:src="@mipmap/icon_community_img_text" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:text="图文"
|
|
|
|
android:textColor="#333333"
|
|
|
|
android:textSize="14dp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/videoLayout"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:src="@mipmap/icon_community_video" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:text="视频"
|
|
|
|
android:textColor="#333333"
|
|
|
|
android:textSize="14dp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
2024-03-08 14:34:05 +08:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2024-03-12 18:30:02 +08:00
|
|
|
android:layout_width="match_parent"
|
2024-03-08 14:34:05 +08:00
|
|
|
android:layout_height="wrap_content"
|
2024-03-12 18:30:02 +08:00
|
|
|
android:layout_marginStart="15dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginEnd="15dp"
|
|
|
|
android:background="@drawable/main_community_send_edit_bg"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="15dp"
|
|
|
|
android:paddingTop="10dp"
|
|
|
|
android:paddingEnd="15dp"
|
|
|
|
android:paddingBottom="10dp">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/talkLayout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="20dp"
|
|
|
|
android:layout_height="20dp"
|
|
|
|
android:src="@mipmap/icon_community_talk" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="选择话题"
|
|
|
|
android:textColor="#333333"
|
|
|
|
android:textSize="14dp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/talkContent"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="立即发表"
|
|
|
|
android:textColor="#333333"
|
|
|
|
android:textSize="12dp"
|
|
|
|
android:visibility="invisible" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="15dp"
|
|
|
|
android:layout_height="15dp"
|
|
|
|
android:src="@mipmap/icon_right_new" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginBottom="5dp"
|
|
|
|
android:background="#FFE9F6" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/timeLayout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="20dp"
|
|
|
|
android:layout_height="20dp"
|
|
|
|
android:src="@mipmap/icon_community_time" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="选择时间"
|
|
|
|
android:textColor="#333333"
|
|
|
|
android:textSize="14dp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/chooseTime"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="立即发表"
|
|
|
|
android:textColor="#333333"
|
|
|
|
android:textSize="12dp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="15dp"
|
|
|
|
android:layout_height="15dp"
|
|
|
|
android:src="@mipmap/icon_right_new" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2024-03-08 14:34:05 +08:00
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2024-03-12 18:30:02 +08:00
|
|
|
</ScrollView>
|
2024-03-08 14:34:05 +08:00
|
|
|
|
|
|
|
</LinearLayout>
|