Since I don't like the dark theme of Xamarin's Android-target, I switched to holo light using this in Manifest.xml
:
While Button and Label appear correctly colored, menus created like so do not:
var navMenu = new TableView {
Intent = TableIntent.Menu,
Root = new TableRoot {
The menu TableView appears with white text on light grey background. Very hard to read.
May I instruct Xamarin.Forms to switch colors consistently?