I currently have VS2010 (M4A 4.2.3) projects which all have 4 folders for
Values that each contain a different Styles.xml file.
 
Resources/Values-xlarge
Resources/Values-large
Resources/Values-normal
Resources/Values-small
 
All has been working fine in the past. But now, a device with 480x854
(DroidX) is using Styles from Values-normal, rather than Values-large.
 
This is easy to test with the HelloWorld app that uses strings.xml in the
Resources/values folder for the hello message. Just create Values-Normal and
Values-Large folder and change the message in their respective "strings.xml"
to also show the word "Large" or "Normal". Run with an emulator of each size
and you will see the "Normal" message for the large emulator. 

*       xlarge screens are at least 960dp x 720dp
*       large screens are at least 640dp x 480dp (VGA)
*       normal screens are at least 470dp x 320dp (HVGA)
*       small screens are at least 426dp x 320dp (QVGA)

Thanks for any help. I'm sure this used to work - our apps have been running
since 9/2011.

Thanks,
Steve Sharrock
Architecture/Design/Programming
www.sharkcode.com <blocked::http://www.sharkcode.com/> 
 
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to