New layout doesn't exist when referenced in Xamarin Android -
i added new layout file android project, tried reference layout in activity class setcontentview(resource.layout.newlayout), when built project, got newlayout doesn't exist.
i got fixed changing new layout build action "bundleresource" "androidresource" in layout properties tab.
Comments
Post a Comment