[求助] android 開發程式呈現在手機上的螢幕大小問題

各位大大好,小弟是剛入門的新手,有個問題想請教:

我的開發環境是Eclipse+Android4.0 , 自行設計完程式後install到我的Sony S手機上面去

但是卻出現程式畫面無法充滿整個手機畫面的問題....

有查過相當多的文章下去跟著做設定,可是不管怎麼修改狀況都還是一樣....是否有大大可以幫忙解答?

有附上mail.xml,還請希望有大大能協助


"
android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"
>
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="5dp" android:paddingBottom="5dp"
android:layout_weight="1"
/>
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:orientation="horizontal" >