Hello!
I am experiencing a strange issue in FreshMVVM with Xamarin Forms.
I am trying to make a bottom tabbed page using this code:
using FreshMvvm;
using Xamarin.Forms;
using Xamarin.Forms.PlatformConfiguration.AndroidSpecific;
_tabbedNavigationPage = new FreshTabbedNavigationContainer();
_tabbedNavigationPage.On<Android>().SetIsSwipePagingEnabled(false).SetToolbarPlacement(ToolbarPlacement.Bottom);
and i am getting an error which cause a crash
crc64720bb2db43a66fe9.FragmentContainer.onCreateView
FragmentContainer.java, line 33
Android.Content.Res.Resources+NotFoundException: Resource ID #0x0
Hello! I am experiencing a strange issue in FreshMVVM with Xamarin Forms. I am trying to make a bottom tabbed page using this code:
and i am getting an error which cause a crash
Stack Trace:
When i remove the SetToolbarPlacement(ToolbarPlacement.Bottom) it places the tabbed pages on top. Some of the libraries: