more space

This commit is contained in:
Thomas 2020-07-22 11:03:54 +02:00
parent dc9dc14fd5
commit b16803b5ed
1 changed files with 3 additions and 1 deletions

View File

@ -7,11 +7,13 @@
<EditText <EditText
android:hint="@string/report_helper" android:hint="@string/report_helper"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minLines="3"
android:id="@+id/report_content" android:id="@+id/report_content"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
android:importantForAutofill="no" android:importantForAutofill="no"
android:inputType="text" /> android:inputType="textCapSentences|textMultiLine|textAutoCorrect" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>