Fix / No elevation on toolbars

In order to work se need to set a background on toolbar
This commit is contained in:
Valere 2019-06-07 13:26:03 +02:00
parent 11914ca188
commit ecccb80e04
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<!-- main text --> <!-- main text -->
<item name="titleTextAppearance">@style/Vector.Toolbar.Title</item> <item name="titleTextAppearance">@style/Vector.Toolbar.Title</item>
<item name="subtitleTextAppearance">@style/Vector.Toolbar.SubTitle</item> <item name="subtitleTextAppearance">@style/Vector.Toolbar.SubTitle</item>
<item name="android:background">?riotx_background</item>
</style> </style>


<style name="VectorToolbarStyle.Group"> <style name="VectorToolbarStyle.Group">