Fix CAB inserting above Toolbar

This causes the CAB to overlay the nav drawer too. Waiting on a fix:
https://stackoverflow.com/q/27663853/3317191
This commit is contained in:
str4d
2015-01-13 00:43:38 +00:00
parent 19329dad6e
commit 1b8340b292

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Bote" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Here we setting appcompats actionBarStyle -->
<!--<item name="actionBarStyle">@style/MyActionBarStyle</item>-->
@ -17,7 +18,11 @@
<!-- You can also set colorControlNormal, colorControlActivated
colorControlHighlight & colorSwitchThumbNormal. -->
<!-- The rest of your attributes -->
<!--
This causes the CAB to overlay the nav drawer too. Waiting on a fix:
https://stackoverflow.com/q/27663853/3317191
-->
<item name="windowActionModeOverlay">true</item>
</style>
<style name="TextAppearance.AppCompat.Headline.Inverse" parent="TextAppearance.AppCompat.Headline">