John Robertson
John Robertson

Reputation: 131

Monodroid Layout Folder support

I'd like to use qualifiers on my layout folders as per the android documentation, but the designer in VS doesn't seem to support them. For example layout-w600dp doesn't get sent to the emulator; the default axml file from the layout folder is used.

Does anyone know if these settings are supported in Monodroid? If so, how do you make them take effect?

Upvotes: 0

Views: 96

Answers (1)

Stuart
Stuart

Reputation: 66882

I think w600dp requires a certain api level to work - maybe 3.2 - see http://android-developers.blogspot.co.uk/2011/07/new-tools-for-managing-screen-sizes.html

Upvotes: 1

Related Questions