aayush
09/15/2017, 7:31 AMoverride val root = drawer {
item(icon = resources.imageview("/icons/menu/menu_white.svg"), expanded = true) {
add(PlaceHolderView::class)
}
}
When using png images it is working fine. Is there some other way to use svg in drawer item with custom css?