Hello every one i am new to xamarin and i really like it
but i have small problem which is that i have an icon png i place it into Resources drawable folder and also into Assets folder for android and i reference it in my xamarin form in header but it is not showing
this how i use in header :
<ToolbarItem Name="iconexample" Icon="baseline.png" Priority="0" Order="Primary" Activated="MenuOnclick" />