标签: android
您能告诉我如何为所有设备创建通用的单一显示界面?
我尝试使用三种线性布局;
但这些都会出现一些问题;在像Galaxy这样的小屏幕尺寸设备上,它很高,而且像s3这样的大屏幕,它在屏幕的一半变得很小。请帮我。
答案 0 :(得分:0)
我希望以下链接对您有帮助......
http://developer.android.com/guide/practices/screens_support.html
Creating common layout structures in android?