Remove focus from the first EditText by default in ImportBrainkeyFragment.
This commit is contained in:
parent
e3f227d5bd
commit
8a02ab43df
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
tools:context=".fragments.ImportBrainkeyFragment">
|
||||
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
|
|
Loading…
Reference in a new issue