Re: [android-developers] Force hdpi drawables on mdpi-xlarge devices

2011-05-23 Thread Dianne Hackborn
Don't force the Xoom to use hdpi. You will be inconsistent with every other app, all of which are using the Xoom's correct density which is mdpi. Why do you want to do this? As I've said, Galaxy Tab made a design decision to use a larger density and thus have a blown up UI. Again use the densit

[android-developers] Force hdpi drawables on mdpi-xlarge devices

2011-05-22 Thread nadam
Samsung decided to make it's mdpi-device Galaxy Tab use hdpi drawables simply because it looks better. Motorola decided to stick to mdpi on the Xoom. This is probably the core of the issues people have with making their apps look good on tablets. I know there are ways to "make it right" which poss