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:
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="Theme.Bote" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Here we setting appcompat’s 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">
|
||||
|
Reference in New Issue
Block a user