dotnet / android-samples

A collection of .NET for Android sample projects
https://dotnet.microsoft.com/apps/mobile
MIT License
2.21k stars 4.05k forks source link

Fix of error preventing build #271

Closed Lildan closed 6 years ago

Lildan commented 6 years ago

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