commit | afc7480077e2e96815ed06652e7ef7030c306369 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:46:07 2009 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:46:07 2009 -0800 |
tree | 4194bafcb9956a4838ec6396ca36536b6738e2ad | |
parent | b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e [diff] [blame] |
eclair snapshot
diff --git a/res/layout/browser_subwindow.xml b/res/layout/browser_subwindow.xml index 5b00bf7..0eb9e72 100644 --- a/res/layout/browser_subwindow.xml +++ b/res/layout/browser_subwindow.xml
@@ -30,6 +30,8 @@ <WebView android:id="@+id/webview" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:fadeScrollbars="true" + android:scrollbarStyle="outsideOverlay" android:layout_weight="1" /> </LinearLayout> </FrameLayout>