Skip to content

Commit

Permalink
1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbxyyx committed Jul 18, 2024
1 parent fa887c6 commit 1457b7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/layout/activity_issues.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
android:textSize="25sp"
android:gravity="center"
android:layout_gravity="center"
android:textStyle="bold"
/>

<LinearLayout
Expand All @@ -26,6 +27,7 @@
android:layout_height="wrap_content"
android:layout_weight="0.2"
android:gravity="center"
android:textStyle="bold"
android:text="标题" />

<EditText
Expand All @@ -49,6 +51,7 @@
android:layout_height="wrap_content"
android:layout_weight="0.2"
android:gravity="center"
android:textStyle="bold"
android:text="内容" />

<EditText
Expand All @@ -57,6 +60,7 @@
android:layout_height="wrap_content"
android:layout_weight="0.8"
android:lines="8"
android:hint="反馈内容中请带上邮箱,方便联系解决问题"
/>

</LinearLayout>
Expand Down

0 comments on commit 1457b7e

Please sign in to comment.