[mono-android] Low/Medium/High resolution
Jonathan Pryor
jonpryor at vt.edu
Fri Oct 26 14:39:50 UTC 2012
On Mar 5, 2012, at 5:13 PM, milop <milop at slomins.com> 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
More information about the Monodroid
mailing list