https://bugzilla.novell.com/show_bug.cgi?id=661517
https://bugzilla.novell.com/show_bug.cgi?id=661517#c1 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Pryor <[email protected]> 2011-01-08 03:48:30 UTC --- Fixed in r9055. However, this may need revisiting; R has been renamed to Resource, but the nested types haven't been changed, so we still have Resource.Anim, Resource.Array, Resource.Attr, Resource.Bool, etc. names. This may be fine; however, if we follow through with "2nd level type renaming" as discussed in #646935 to rename the aresgen-generated Resource.attr to Resource.Attributes, we will want to follow suite here. http://developer.android.com/guide/topics/resources/available-resources.html http://developer.android.com/guide/topics/resources/more-resources.html A set of mappings could be: Bool -> Booleans Anim -> Animations Attr -> Attributes Color -> Colors Dimen -> Dimensions Drawaable -> Drawables Id -> Identifiers Integer -> Integers Layout -> Layouts Menu -> Menus String -> Strings Style -> Styles -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
