Disable focused field by default

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2020-01-26 11:56:41 +01:00
parent cc103ebc9c
commit e36e72e99f
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0

View File

@ -93,6 +93,7 @@
android:lines="1"
android:maxLines="1"
android:singleLine="true"
android:focusedByDefault="false"
android:textCursorDrawable="@null"
android:textSize="16sp"
tools:hint="Search" />