|
|
|
@ -9,83 +9,71 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="60dp">
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="97dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/button3"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/cancel0"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="20dp"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="取消" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="217dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView5"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:id="@+id/text_release"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="3"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
android:text="发帖" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
android:textSize="25dp"
|
|
|
|
|
android:text="发布" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="97dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/button4"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/commit0"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="发送" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="20dp"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="提交" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="308dp"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="42dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/textView3"
|
|
|
|
|
android:id="@+id/editText_release"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="42dp"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:ems="10"
|
|
|
|
|
android:maxlength="40"
|
|
|
|
|
android:inputType="textPersonName"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:hint="请输入你的标题" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/textView4"
|
|
|
|
|
android:id="@+id/editText_question_detail"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="42dp"
|
|
|
|
|
android:layout_height="280dp"
|
|
|
|
|
android:ems="10"
|
|
|
|
|
android:inputType="textPersonName"
|
|
|
|
|
android:maxLines="4"
|
|
|
|
|
android:gravity="start"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:hint="分享你的经验,互帮互助,大家一起好起来呀!" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="93dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/imageButton3"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
app:srcCompat="@mipmap/img_upload_img" />
|
|
|
|
|
android:src="@mipmap/img_upload_img"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|