修改帮助反馈的UI
This commit is contained in:
parent
34e4765e13
commit
1c9493d7c8
@ -224,6 +224,7 @@ public class FeedbackEditActivity extends AbsActivity {
|
||||
|
||||
}
|
||||
});
|
||||
dialog.show(((AbsActivity) mContext).getSupportFragmentManager(), "ImagePreviewDialog");
|
||||
|
||||
}
|
||||
|
||||
|
@ -44,6 +44,7 @@
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="145dp"
|
||||
android:background="@drawable/bg_btn_feedback_edit_tv_edit"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginEnd="15dp">
|
||||
|
||||
@ -58,9 +59,10 @@
|
||||
android:gravity="start"
|
||||
android:hint="@string/activity_feedback_edit_feedback_hint"
|
||||
android:inputType="text|textMultiLine"
|
||||
android:padding="15dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:textSize="11sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@+id/linearLayout5"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
Loading…
Reference in New Issue
Block a user