File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1818 <item name =" android:windowBackground" >?android:colorBackground</item >
1919
2020 <item name =" android:navigationBarColor" >@android:color/transparent</item >
21+ <!-- This item to prevent keyboard focus on FlutterView, due to this
22+ application have a full height and width FlutterView, it won't hurt
23+ accessibility. -->
24+ <item name =" android:defaultFocusHighlightEnabled" >false</item >
2125 </style >
2226</resources >
Original file line number Diff line number Diff line change 1818 <item name =" android:windowBackground" >?android:colorBackground</item >
1919
2020 <item name =" android:navigationBarColor" >@android:color/transparent</item >
21+ <!-- This item to prevent keyboard focus on FlutterView, due to this
22+ application have a full height and width FlutterView, it won't hurt
23+ accessibility. -->
24+ <item name =" android:defaultFocusHighlightEnabled" >false</item >
2125 </style >
2226</resources >
You can’t perform that action at this time.
0 commit comments