I'm wondering if it is possible to inflate a layout using a different
density value than the default system density.

I have a high density layout, which looks good on the Galaxy Tab
(1024x600px, hdpi) and I like to use the same layout on another tablet
with the same pixel resolution but medium density. The mdpi layout
which is used works on the device but the screen just looks really
empty and I would prefer to scale things up.

So is there a xml argument for scaling the layout, maybe something
similar to Bitmap.Options.targetDensity.
Or could this be done with a new LayoutInflater class?

Thanks

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

Reply via email to