android WebView how to remove white bar at top



At the top of my android WebView there is a white bar it is inside the WebView do you have any ideas how to remove it? Thankyou :)


<WebView android:id="@+id/webView" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" android:layout_marginRight="-7dip"/>


No comments:

Post a Comment