Replying to the list: On Thu, Feb 23, 2012 at 2:54 AM, William Ferguson <[email protected]> wrote: > you can download a very small project showing this behaviour from > [REDACTED] > Deploy it to a 2.2 (I haven't tested other Android Version but I > expect the same) AVD with a resolution of WVGA800 (800*400) and > default "Abstracted LCD density" of 160dpi (ie mdpi). > The buttons will show the text for large hdpi.
Well, I can reproduce the problem, on multiple Android emulator versions (including 4.0) and the original Galaxy Tab 7. In the sample you sent me, it pulls from res/layout-large-port-hdpi/ If I add a res/layout-large-port-mdpi/ directory, that gets used on a 4.0 emulator and the 2.2 emulator, but not the Tab 7. That's indicative of a bug in the Tab 7: http://stackoverflow.com/questions/7049659/understanding-samsung-galaxy-tab-screen-density In terms of why it pulls from res/layout-large-port-hdpi/ instead of res/layout-xlarge-port/ or res/layout-port/, I cannot say. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

