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_marginStart="@dimen/standard_margin"
android:layout_marginEnd="@dimen/standard_margin" android:layout_marginEnd="@dimen/standard_margin"
android:inputType="textMultiLine" android:inputType="textMultiLine"
tools:ignore="Autofill,LabelFor" /> tools:ignore="Autofill,LabelFor">
<requestFocus />
</EditText>
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"