mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix / No elevation on toolbars
In order to work se need to set a background on toolbar
This commit is contained in:
parent
11914ca188
commit
ecccb80e04
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
<!-- main text -->
|
||||
<item name="titleTextAppearance">@style/Vector.Toolbar.Title</item>
|
||||
<item name="subtitleTextAppearance">@style/Vector.Toolbar.SubTitle</item>
|
||||
<item name="android:background">?riotx_background</item>
|
||||
</style>
|
||||
|
||||
<style name="VectorToolbarStyle.Group">
|
||||
|
|
Loading…
Reference in a new issue