On Apr 20, 2012, at 4:46 AM, mpiralli wrote: > I installed 4.1.0 of Mono for Android. > > I created two different projects: > CustomerProject is an application project > Mainproject is an library project. > > In the MainProject I added manually the folders (Assests, resources, etc.) > and created the "View" splashView (class and layout) but I don't understand > with the resource.designer class what I have to do...
If your CustomerProject has a reference to Mainproject, then when you build CustomerProject it's Resource.Designer.cs should be automatically updated to include the resources that CustomerProject contains. This allows Application projects to reference resources contained in Library projects. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
