Materialdrawer: materialDrawerDividerColor not work

Created on 13 Feb 2020  路  4Comments  路  Source: mikepenz/MaterialDrawer

hi please help
<item name="materialDrawerDividerColor">#ff0000</item>

this lin not work in xml style

<style name="SampleApp.DayNight" parent="Theme.MaterialComponents.DayNight.NoActionBar"> <item name="materialDrawerDividerColor">#ff0000</item> <item name="materialDrawerStyle">@style/Widget.MaterialDrawerStyle</item> <item name="materialDrawerHeaderStyle">@style/Widget.MaterialDrawerHeaderStyle</item> </style>

question

Most helpful comment

All 4 comments

Which version of the drawer are you using?

oh very fast :)

my version 8.0.0-b01

tanks 馃憤

<style name="SampleApp.DayNight" parent="Theme.MaterialComponents.DayNight.NoActionBar"> <item name="materialDrawerStyle">@style/Widget.MaterialDrawerStyleCustom</item> <item name="materialDrawerHeaderStyle">@style/Widget.MaterialDrawerHeaderStyle</item> </style>

<style name="Widget.MaterialDrawerStyleCustom" parent="Widget.MaterialDrawerStyle"> <item name="materialDrawerDividerColor">#E9E9E9</item> </style>

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kakai248 picture kakai248  路  4Comments

oleynikd picture oleynikd  路  4Comments

Erwinstein picture Erwinstein  路  3Comments

fuentepa picture fuentepa  路  3Comments

ghost picture ghost  路  3Comments