Xamarin.Forms custom Android NavigationPageRenderer title and subtitle
问题 Currently working on a project where I want to use AppCompat and have a requirement setting title and subtitle on most of the pages. It doesn't work using AppCompat at all - neither setting the properties nor using a custom view. When not using AppCompat both works as expected. The full source code is available here so just run the app if you're curious :) using System.ComponentModel; using Android.App; using Android.Widget; using App1.Droid.Renderers; using Xamarin.Forms; using Xamarin.Forms