commit | b99d136f255d9f9270d4d1e224bd48030a9e6fb2 | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Thu Jan 20 13:04:17 2011 -0800 |
committer | Trevor Johns <trevorjohns@google.com> | Thu Jan 20 13:04:17 2011 -0800 |
tree | 433d5feace6ad9ef21a0407aec12505c89e47f50 | |
parent | 1415bb7a948e0add9f6beb6dccbea70e9d2bedd0 [diff] |
Fixing bugs in HelloWebView tutorial on developer.android.com. - Top-level LinearLayout needs to fill_parent, rather than wrap_content, otherwise the child WebView has 0 width - setWebViewClient() needs to construct a new HelloWebViewClient, not WebViewClientDemo (which doens't exist). Change-Id: Ie8b14e0cbf2b498573e965ccfc27b858dedabfa0