https://bugzilla.novell.com/show_bug.cgi?id=666280
https://bugzilla.novell.com/show_bug.cgi?id=666280#c0 Summary: [aresgen] Resource variants need to be renamed as well. Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Tools AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- aresgen.exe will rename the fields of Resource.Designer.cs to match the casing of files on the filesystem. The problem is that this doesn't take resource alternatives into consideration. Consequently, the file Resources\Layout\Main.axml will be handled (creating the Resource.Layout.Main value), but Resources\Drawable-hdpi\Icon.png will generate Resource.Drawable.icon instead of Resource.Drawable.Icon. See also: http://developer.android.com/guide/topics/resources/providing-resources.html#BestMatch aresgen needs to be "alternative-aware", and support renaming alternates. -- 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
