Hello, I have a doubt about Material Design on Android. I used the tutorial on this link https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/ and it worked. But I wrote a Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer and I can not access the Toolbar widget in this renderer. I want to access this widget to add or remove ToolbarItems because in my application these ToolbarItems may be present or not depending on the screen to be displayed. Any ideas?
↧