[Mono-bugs] [Bug 667397] Error compiling template code
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 30 22:34:05 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=667397
https://bugzilla.novell.com/show_bug.cgi?id=667397#c4
Michael Hutchinson <mhutchinson at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mhutchinson at novell.com
--- Comment #4 from Michael Hutchinson <mhutchinson at novell.com> 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.
More information about the mono-bugs
mailing list