我的程序在其他模拟器上显示正常,但在WQVGA432x240的模拟器上,屏幕的下面有很大一块区域是黑色的,界面没有铺满整个屏幕?我的布局设置如下:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/linear"
android:gravity="center"
         android:orientation="vertical"
         android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:background="#3a4057"
         >
先谢谢各位了.。