diff --git a/app/src/main/res/layout/fragment_import_brainkey.xml b/app/src/main/res/layout/fragment_import_brainkey.xml index 7ea75c3..80e96c8 100644 --- a/app/src/main/res/layout/fragment_import_brainkey.xml +++ b/app/src/main/res/layout/fragment_import_brainkey.xml @@ -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">