You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to get this to work. When I run the app, it throws an unhandled exception when it tries to do the SetItems().
It also appears to throw away the entire layout when I just do:
SetContentView(ResourceID);
_bottomBar = BottomBar.Attach(this, bundle);
The app doesn't crash, but it just shows a blank screen. When I remove the buttonbar line it shows the layout again...
The annoying part is that it's just giving me unhandled exceptions, and no traces of issues in any logs...
The text was updated successfully, but these errors were encountered:
I'm unable to get this to work. When I run the app, it throws an unhandled exception when it tries to do the SetItems().
It also appears to throw away the entire layout when I just do:
SetContentView(ResourceID);
_bottomBar = BottomBar.Attach(this, bundle);
The app doesn't crash, but it just shows a blank screen. When I remove the buttonbar line it shows the layout again...
The annoying part is that it's just giving me unhandled exceptions, and no traces of issues in any logs...
The text was updated successfully, but these errors were encountered: