Remove focus from the first EditText by default in ImportBrainkeyFragment.

This commit is contained in:
Severiano Jaramillo 2019-01-10 15:32:30 -06:00
parent e3f227d5bd
commit 8a02ab43df

View file

@ -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