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

master
Charles Lombardo 2023-12-21 03:15:08 +07:00 committed by GitHub
parent c7e9f8449e
commit 71b88c4c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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