在android中支持多种屏幕尺寸

时间:2011-06-04 21:31:55

标签: android screen-size

嗨,我是android world.Iam的新手。我正在开发一个支持多种屏幕尺寸的应用程序,我按照http://developer.android.com/guide/practices/screens_support.html#screen-independence的说明进行操作。我没有为每个屏幕尺寸创建不同的xmls。但是当我在android 3模拟器上测试时,它出现在屏幕的一小部分。

enter image description here

所以我认为在模拟器上为我的应用程序指定的大小很小,所以我的小部件并没有像我想的那样填满整个屏幕。我可以在模拟器上控制应用程序的大小吗?

2 个答案:

答案 0 :(得分:3)

答案 1 :(得分:2)

此外,为了避免在Honeycomb上运行时的兼容模式,请将targetSdkVersion设置为11或更高(如http://geekyouup.blogspot.com/2011/05/supporting-honeycomb-pt1.html所述)。