balintn22
balintn22
TabHostView is done, but ViewSwitcher doesn't seem to have ItemSource and ItemTemplate properties I could set. Am I missing something?
OK, progress: I checked the source and found that ViewSwitcher is derived from grid, so tried to assign items to grid cells - but that didn't work. Then I tried...
@phatboyg I think this is a wrong answer, as the unit tests at the link you provided test Automatonymous functionality, they do not provide an example on how to unit...
Implemented an example here: https://github.com/balintn22/AutomatonymousTestExample
> This is really easy to do using handlers: > > In CreateMauiApp add this: > > ` Microsoft.Maui.Handlers.EntryHandler.Mapper.AppendToMapping("NoUnderline", (h, v) => { // Remove underline: h.PlatformView.BackgroundTintList = Android.Content.Res.ColorStateList.ValueOf(Colors.Transparent.ToAndroid()); });`...