https://bugzilla.novell.com/show_bug.cgi?id=667397
https://bugzilla.novell.com/show_bug.cgi?id=667397#c4 Michael Hutchinson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Michael Hutchinson <[email protected]> 2011-01-31 03:34:04 UTC --- MonoDevelop populates the icon combo with the IDs of the drawable resources files in the project. This code was not updated to take account of the fact that the resource files in the project can now be mixed case but the resource IDs in android xml files must still be lowercased. This has been fixed in MD git - the combobox will lowercase the IDs it suggests. Note that a drawable-something folder contains drawable resources. The-something is an android resource "qualifier". If you have Drawable-foo/icon.png, Drawable-bar/icon.png and Drawable/icon.png they *all* have the ID @drawable/icon, but which one you get depends on which qualifiers best fit the environment at runtime. Therefore renaming the folder was not necessary. One question - you say that when you created the project you had "the icon error". What error is that? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
