I want to display a time in the same way as I display other piece of information, so with the same font size/attributes/family, and using the same colors, and the same lack of a border.
However, if the user does still decide to tap on the displayed time, I want to immediately go into the behaviour that a TimePicker would if the user tapped on it.
I'm sure I can write a custom renderer for each platform to do this, but is seems such an obvious thing - that people would want a TimePicker to use the same font as they use for other Views - that it feels like it should be built-in to XF. Does anybody know of a way to change the appearance of a TimePicker without developing a custom renderer?
If anybody from Xamarin is reading this - if it is on the roadmap some time this year to add more properties to TimePicker to support this, could you let me know. If that is the case, I can avoid writing what would hopefully become a set of redundant custom renderers.
Thanks,
John H.