android: Disable focus color on input overlay (#7271)
This commit is contained in:
parent
c7e9f8449e
commit
71b88c4c1f
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user