I've changed Navigation Drawer with Navigation view and it works well.
I was using following code to make all items white in action bar :
<.item name="android:textColorPrimary">
The problem is Navigationview gives error if I use this code.
How this could be possible while both library were written by Google ?
PS : I work on Xamarin Android
Thanks