Re: [mono-android] Low/Medium/High resolution

2012-10-26 Thread Jonathan Pryor
On Mar 5, 2012, at 5:13 PM, milop 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 sam

Re: [mono-android] Low/Medium/High resolution

2012-10-26 Thread fljohwat
I have a version of my icon in the various *dpi subfolders of drawable, following the guidelines. However, if I don't also put a copy in the top level drawable folder, VS 2012 gives me a compiler error "no resource found that matches..." Is this a bug? Or do I need to place a copy here too? Develop

Re: [mono-android] Low/Medium/High resolution

2012-03-06 Thread milop
Thank you. That works. I guess I could have tried it first. Mike -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Low-Medium-High-resolution-tp5539149p5541124.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Low/Medium/High resolution

2012-03-05 Thread Greg Shackles
Resource folders are the same in Mono for Android as they are in standard Android so you can use the same naming conventions. If you create a Drawable-hdpi folder under Resources it will be used for hdpi devices. On Mon, Mar 5, 2012 at 5:13 PM, milop wrote: > What is Mono Android's equivalent of