From 52a09056e802b094cb560775766daaa7dc755f3c Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Fri, 22 Nov 2019 20:54:34 +0100 Subject: [PATCH] Remove default focus --- app/src/main/res/layout/main_activity.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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">