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