> > What's the way to calculate them?
>
> dip = px * 160 / density
>
> using the density buckets (e.g., -xhdpi is 320)
> So:
> 1280px * 160 / 320 = 1280 / 2 = 640dip
Thanks!

> Please re-read those instructions. Nowhere does it say that -xlarge is
> "not recommended" for 3.2 and higher. You have *alternatives* for 3.2
> and higher, if you wish to use them.

Hmm, http://developer.android.com/guide/practices/screens_support.html#range
   "A set of four generalized sizes: small, normal, large, and xlarge
    Note: Beginning with Android 3.2 (API level 13), these size groups
are deprecated in favor of a new technique for managing screen sizes
based on the available screen width.
    If you're developing for Android 3.2 and greater, see Declaring
Tablet Layouts for Android 3.2 for   more information."

-- 
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