summaryrefslogtreecommitdiffstats
path: root/docs/html/resources
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-03-15 15:52:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-15 15:52:56 -0700
commiteb1d42e4faa34c2acf76200913920fd5ca46a39e (patch)
tree50bda98822b4597eaa9dc4de804454f8c4e2328d /docs/html/resources
parent33ace979a452301796694ffd64506f082de42f0d (diff)
parent8edad6f16fc1d60a163e0f63153ff4f8a95e6c0e (diff)
downloadframeworks_base-eb1d42e4faa34c2acf76200913920fd5ca46a39e.zip
frameworks_base-eb1d42e4faa34c2acf76200913920fd5ca46a39e.tar.gz
frameworks_base-eb1d42e4faa34c2acf76200913920fd5ca46a39e.tar.bz2
Merge "docs: Fix a bunch of misc doc issues from external tracker" into ics-mr1
Diffstat (limited to 'docs/html/resources')
-rw-r--r--docs/html/resources/tutorials/views/hello-webview.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/tutorials/views/hello-webview.jd b/docs/html/resources/tutorials/views/hello-webview.jd
index 2d07647..f6a6a71 100644
--- a/docs/html/resources/tutorials/views/hello-webview.jd
+++ b/docs/html/resources/tutorials/views/hello-webview.jd
@@ -52,7 +52,7 @@ public void onCreate(Bundle savedInstanceState) {
<li>While you're in the manifest, give some more space for web pages by removing the title
bar, with the "NoTitleBar" theme:
<pre>
-&lt;activity android:name=".HelloGoogleMaps" android:label="@string/app_name"
+&lt;activity android:name=".HelloWebView" android:label="@string/app_name"
<strong>android:theme="@android:style/Theme.NoTitleBar"</strong>&gt;
</pre>
</li>