I am trying to detect if the screen size is normal, large or small.

I am using

Configuration conf =view.getResources().getConfiguration();

(conf.screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) ==
Configuration.SCREENLAYOUT_SIZE_NORMAL


When testing with the emulator this works for screen sizes normal and
small, but large (480x800 & 480x854)
returns that it is normal...

I have found very little information on using the configuration to
detect the group, has anyone got any experience with this?


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to