mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03:00
Question field should be focused directly
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
bcffc3b96f
commit
a70ef7b572
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue