Which android layout and drawable resources should galaxy tab support for development?
问题 I am Developing Application with multiple device support. Now i want to know which Layout is Galaxy Tab Support? I mean like layout-large or layout-small, layout-xlarge or anyother ?? Samw with which drawable is supported by galary tab for images to place. ? Thanks. 回答1: You can also use the new size qualifiers in the supports-screens.(for android 3.2 and above) <manifest ... > <supports-screens android:requiresSmallestWidthDp="600" /> ... </manifest> Here are some numbers for typical screen