Trevor Johns b99d136f25 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
2011-01-20 13:04:17 -08:00
..
2011-01-07 18:57:06 -08:00