Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhotoAlbum.cs Resource.Drawable error #319

Open
Brown69 opened this issue Aug 17, 2020 · 0 comments
Open

PhotoAlbum.cs Resource.Drawable error #319

Brown69 opened this issue Aug 17, 2020 · 0 comments

Comments

@Brown69
Copy link

Brown69 commented Aug 17, 2020

I have copied the code as is on your source code

    static Photo[] mBuiltInPhotos = {
        new Photo ( Resource.Drawable.buckingham_guards,
                    "Buckingham Palace" ),
        new Photo ( Resource.Drawable.la_tour_eiffel,
                    "The Eiffel Tower" ),
        new Photo ( Resource.Drawable.louvre_1,
                    "The Louvre" ),
        new Photo ( Resource.Drawable.before_mobile_phones,
                    "Before mobile phones" ),

But I get errors on those, and the error is " 'Resource.Drawable' does not contain a definition for 'buckingham_guards'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant