1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-06-05 21:09:11 +02:00

more space

This commit is contained in:
Thomas
2020-07-22 11:03:54 +02:00
parent dc9dc14fd5
commit b16803b5ed

View File

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