Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fix double app bar when selecting text
Browse files Browse the repository at this point in the history
In Reviews/Lessons
  • Loading branch information
xiprox committed Jan 1, 2017
1 parent f7ab8c6 commit 79fb614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WaniKani/res/values/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<item name="colorPrimary">@color/apptheme_main</item>
<item name="colorPrimaryDark">@color/apptheme_main_dark</item>
<item name="colorAccent">@color/apptheme_main</item>
<item name="windowActionModeOverlay">true</item>
</style>

<style name="AppTheme_NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
Expand All @@ -16,6 +17,7 @@
<item name="colorPrimary">@color/apptheme_main</item>
<item name="colorPrimaryDark">@color/apptheme_main_dark</item>
<item name="colorAccent">@color/apptheme_main</item>
<item name="windowActionModeOverlay">true</item>
</style>

<style name="AppTheme_NavigationDrawerActivity" parent="AppTheme_NoActionBar" />
Expand Down

0 comments on commit 79fb614

Please sign in to comment.