Added remark

This commit is contained in:
M66B 2023-07-11 08:18:46 +02:00
parent 1fedcf5a1f
commit 954eadc9cf
2 changed files with 13 additions and 1 deletions

View File

@ -39,11 +39,22 @@
android:gravity="top"
android:imeOptions="actionNone|flagNoEnterAction"
android:inputType="textCapSentences|textMultiLine|textAutoCorrect"
android:minHeight="60dp"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvIssue" />
<TextView
android:id="@+id/tvIssueRemark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title_debug_info_issue_remark"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/etIssue" />
<TextView
android:id="@+id/tvAccount"
android:layout_width="wrap_content"
@ -52,7 +63,7 @@
android:text="@string/title_widget_account"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/etIssue" />
app:layout_constraintTop_toBottomOf="@+id/tvIssueRemark" />
<Spinner
android:id="@+id/spAccount"

View File

@ -2251,6 +2251,7 @@
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_debug_info_issue">Problem description (required)</string>
<string name="title_debug_info_issue_remark">Details, such as the estimated time of the problem, the exact error message, etc., are important</string>
<string name="title_debug_info_contact">We recently had contact about this problem</string>
<string name="title_unexpected_info_remark">Please describe what you were doing when you got the error:</string>
<string name="title_issue_subject" translatable="false">FairEmail %1$s issue</string>