Resource.Id.picture and Resource.Id.info are dynamically generated as static fields in Resource.Designer.cs while they are required be const in switch-case expressions. Replaced them with simple if-elseif. The issue has been already reported here https://bugzilla.xamarin.com/show_bug.cgi?id=23176
Resource.Id.picture and Resource.Id.info are dynamically generated as static fields in Resource.Designer.cs while they are required be const in switch-case expressions. Replaced them with simple if-elseif. The issue has been already reported here https://bugzilla.xamarin.com/show_bug.cgi?id=23176