android: Disable focus color on input overlay (#7271)

This commit is contained in:
Charles Lombardo 2023-12-21 03:15:08 -05:00 committed by GitHub
parent c7e9f8449e
commit 71b88c4c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />