回复: [android-developers] Problem with ListView on a 480x854 device

2010-10-29 Thread kearnel_android
Android support multi-screen-solution since SDK 6. Thus, if you create a project using MinSdkVersion signed 4, the application will only support 480*320 by default. 2010-10-30 kearnel_android 发件人: John Gaby 发送时间: 2010-10-30 10:17 主 题: [android-developers] Problem with ListView on a

[android-developers] Problem with ListView on a 480x854 device

2010-10-29 Thread John Gaby
I have a ListView where the rows are not scaled properly under certain circumstances. If I build my project using the following manifest, then the ListView looks like: http://gabysoft.com/images/androidgood.png. However, if I change the minSdkVersion to 4 (and that is the ONLY change), then the Li