This commit is contained in:
2026-04-23 16:04:58 +01:00
parent 42bb2308a7
commit d90d443689
54 changed files with 1812 additions and 1922 deletions

View File

@@ -53,8 +53,10 @@
android:id="@+id/input_symptoms"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textCapSentences|textMultiLine"
android:inputType="textCapSentences"
android:imeOptions="actionDone"
android:minLines="3"
android:maxLines="5"
android:gravity="top|start"/>
</com.google.android.material.textfield.TextInputLayout>