<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <WebView
        android:id="@+id/browser"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" />


</RelativeLayout>
레이아웃은 이렇게 구성했습니다

그랬더니 아래 사진처럼 우측에 공백이 생기는데 도무지 원인을 모르겠습니다ㅠ

그런데20130820.png