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

Commit 79fb614

Browse files
committed
Fix double app bar when selecting text
In Reviews/Lessons
1 parent f7ab8c6 commit 79fb614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WaniKani/res/values/theme.xml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<item name="colorPrimary">@color/apptheme_main</item>
99
<item name="colorPrimaryDark">@color/apptheme_main_dark</item>
1010
<item name="colorAccent">@color/apptheme_main</item>
11+
<item name="windowActionModeOverlay">true</item>
1112
</style>
1213

1314
<style name="AppTheme_NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
@@ -16,6 +17,7 @@
1617
<item name="colorPrimary">@color/apptheme_main</item>
1718
<item name="colorPrimaryDark">@color/apptheme_main_dark</item>
1819
<item name="colorAccent">@color/apptheme_main</item>
20+
<item name="windowActionModeOverlay">true</item>
1921
</style>
2022

2123
<style name="AppTheme_NavigationDrawerActivity" parent="AppTheme_NoActionBar" />

0 commit comments

Comments
 (0)