Remove default focus

This commit is contained in:
Sylvia van Os
2019-11-22 20:54:34 +01:00
parent 21a8dc6867
commit 52a09056e8

View File

@@ -6,7 +6,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="protect.card_locker.MainActivity">
tools:context="protect.card_locker.MainActivity"
android:focusable="true"
android:focusableInTouchMode="true">
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"