How to properly use Fragments inside TabLayout with MvvmCross 6.x
问题 Problem I'm trying to make a very simple Proof of Concept with TabLayout and Fragments using MvvmCross 6.1.2. For this, I implemented an activity with a TabLayout and a ViewPager, which should have two tabs - each one containing a different fragment with just one TextView. But I'm receiving an exception followed by a crash on runtime, when this activity should be displayed: The type MvxTabLayoutPresentationAttribute is not configured in the presenter dictionary Code This is what my code looks