MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

MvxFragment annotation can't be used in Android library project #318

Open orzech85 opened 7 years ago

orzech85 commented 7 years ago

Fields in Resources.Designer.cs in Android library project are static - therefore can't be used in annotations.

Example: https://github.com/orzech85/androidLiblaryMvxExample/blob/master/News.Droid/Views/FragmentView.cs#L19

Unfortunately fields are static on purpose: https://bugzilla.xamarin.com/show_bug.cgi?id=49348