I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Layout element is uderlined blue as invalid child element in VS2010. Mono.Android.GoogleMaps library present in References. How to get rid of that warning?
You should be able to ignore that as the project should still build correctly. The "intellisense" for layout files is just done through an XML schema (hence the axml extension, to distinguish it from other XML files). I'm guessing that the provided schema doesn't include the Map element.
ReplyDeleteThe best check for seeing if your resource files are valid is building the project, since that's when they're run through the Android resource tools.