How to set the android datepicker to spinner (not calendar) mode in Xamarin Forms?
问题 When selecting the datepicker control in Xamarin Forms on an android device the Calendar Mode view of the datepicker is shown. How can I change it to show the Spinner Mode? The only sample I found was to update my styles.xml Here is what I have, which is not working <resources> <style name="MyTheme.Base" parent="@android:style/Theme.Holo.Light.DarkActionBar"> </style> <style name="MyTheme" parent="MyTheme.Base"> <item name="android:actionBarStyle">@style/MyTheme.ActionBarStyle</item> <item