mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +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…
Add table
Reference in a new issue