Skip to content

Commit

Permalink
Fix focus outlines appearing on some UI elements (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and keianhzo committed Dec 24, 2019
1 parent 83024a6 commit 777a0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values/styles.xml
Expand Up @@ -385,6 +385,7 @@
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:soundEffectsEnabled">false</item>
<item name="android:defaultFocusHighlightEnabled">false</item>
<item name="honeycombButtonStyle">@style/honeycombButtonTheme</item>
<item name="navigationBarStyle">@style/navigationBarTheme</item>
<item name="navigationBarButtonStyle">@style/navigationBarButtonTheme</item>
Expand Down

0 comments on commit 777a0ae

Please sign in to comment.