I have successfully combined MvvmCross and SherlockActionBar into a MvxSherlockFragment and a MvxSherlockFragmentActivity, and now I want to use DrawerLayout and Fragments on my Android 2.3 device.
This latter is causing me some grief however, and I wonder if anyone has already done this (and can help me out)?
From my device I get an error
- MvxBind:Error: 0.97 View type not found - android.support.v4.widget.DrawerLayout
The same error also occur from a virtual device running API level 10.
It does work from a device running API level 17, except that the databinding is gone (probabely a different problem though).
I'm using Xamarin.Android 4.8 from Visual Studio 2012.