diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml index f4505d0b8..b70251b18 100644 --- a/app/src/main/res/layout/main_activity.xml +++ b/app/src/main/res/layout/main_activity.xml @@ -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">