Hi,

sorry in advance if this topic is not suitable for this list, but I don't 
really know where to look for a solution to this...
I'm working with JB and I have an interesting issue.

To put it simply, even though my Java application reports good and accurate 
display metrics such as
D/AppDemo( 2091): measured width: 1920 PE width: 1920 scaleFactor = 1.0
D/AppDemo( 2091): [ANDROID] measured width: 1920 measured height: 1080
D/AppDemo( 2091): [ANDROID] scale for resources: 2.0 xdpi: 320.0 ydpi: 320.0
D/AppDemo( 2091): [ANDROID] screen density: xhdpi
D/AppDemo( 2091): [ANDROID] screen size: large
D/AppDemo( 2091): [ANDROID] using layout: layout-mdpi

with this configuration, all these layout folders listed below should come 
before layout-mdpi right?
layout-xhdpi
layout-large-xhdpi
layout-h1000dp
layout-h650dp
layout-large-tvdpi
layout-tvdpi
layout-mdpi

if i understand it correctly, yes? At very least it should use layout-xhdpi 
when xhdpi density is detected right as long as one is provided? So can 
anybody please tell me where to start looking into "why it chooses 
layout-mdpi when all systems across the board report xhdpi correctly?"

Thanks in advance,
Aleksandar

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to