MvvmCross-AndroidSupport icon indicating copy to clipboard operation
MvvmCross-AndroidSupport copied to clipboard

MvxFragment annotation can't be used in Android library project

Open orzech85 opened this issue 8 years ago • 0 comments

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

orzech85 avatar Dec 09 '16 08:12 orzech85