summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/tutorials/views/hello-gridview.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/tutorials/views/hello-gridview.jd')
-rw-r--r--docs/html/guide/tutorials/views/hello-gridview.jd3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/views/hello-gridview.jd b/docs/html/guide/tutorials/views/hello-gridview.jd
index d5c8628..623a03d 100644
--- a/docs/html/guide/tutorials/views/hello-gridview.jd
+++ b/docs/html/guide/tutorials/views/hello-gridview.jd
@@ -1,4 +1,6 @@
page.title=Hello, GridView
+parent.title=Hello, Views
+parent.link=index.html
@jd:body
<p>A {@link android.widget.GridView} displays items in a two-dimensional, scrolling grid. The items
@@ -124,4 +126,3 @@ public class ImageAdapter extends BaseAdapter {
<li>{@link android.widget.BaseAdapter}</li>
</ul>
-<p><a href="{@docRoot}guide/tutorials/views/hello-views-index.html">&larr; Back to Hello Views</a></p>