From 71b88c4c1f3ccf3bb3f7ed754a36137679a7ac80 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Thu, 21 Dec 2023 03:15:08 -0500 Subject: [PATCH] android: Disable focus color on input overlay (#7271) --- src/android/app/src/main/res/layout/fragment_emulation.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/android/app/src/main/res/layout/fragment_emulation.xml b/src/android/app/src/main/res/layout/fragment_emulation.xml index f076cc337..91bf7562c 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml @@ -27,6 +27,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" + android:defaultFocusHighlightEnabled="false" android:focusable="true" android:focusableInTouchMode="true" android:visibility="invisible" />