Question field should be focused directly

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-07-28 19:33:57 +02:00
parent bcffc3b96f
commit a70ef7b572
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -49,7 +49,10 @@
android:layout_marginStart="@dimen/standard_margin"
android:layout_marginEnd="@dimen/standard_margin"
android:inputType="textMultiLine"
tools:ignore="Autofill,LabelFor" />
tools:ignore="Autofill,LabelFor">
<requestFocus />
</EditText>
<TextView
android:layout_width="match_parent"