On Mar 5, 2012, at 5:13 PM, milop <[email protected]> wrote:
> What is Mono Android's equivalent of the "res/drawable-hdpi, 
> res/drawable-mdpi, and res/drawable-ldpi" for resolution dependence? All I 
> see is one "Drawable" folder under "Resources".
> 
> How do I implement the three sizes in Mono Android?

The same as with Java, except it's Resources instead of res:

        Resources\Drawable
        Resources\Drawable-hdpi
        Resources\Drawable-mdpi
        Resources\Drawable-ldpi
        ...

You will need to add a new folder under Resources.

Make sure that you follow the proper naming & nesting convention, otherwise 
things will break strangely:

        http://forums.xamarin.com/discussion/comment/749/

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to