mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 04:59:34 +01:00
Disable focused field by default
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
cc103ebc9c
commit
e36e72e99f
@ -93,6 +93,7 @@
|
|||||||
android:lines="1"
|
android:lines="1"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
android:focusedByDefault="false"
|
||||||
android:textCursorDrawable="@null"
|
android:textCursorDrawable="@null"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
tools:hint="Search" />
|
tools:hint="Search" />
|
||||||
|
Loading…
Reference in New Issue
Block a user