diff options
Diffstat (limited to 'docs/html/guide/tutorials/views/hello-formstuff.jd')
-rw-r--r-- | docs/html/guide/tutorials/views/hello-formstuff.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/views/hello-formstuff.jd b/docs/html/guide/tutorials/views/hello-formstuff.jd index 80ae6ce..f858ce3 100644 --- a/docs/html/guide/tutorials/views/hello-formstuff.jd +++ b/docs/html/guide/tutorials/views/hello-formstuff.jd @@ -1,4 +1,6 @@ page.title=Hello, Form Stuff +parent.title=Hello, Views +parent.link=index.html @jd:body <p>This page introduces a variety of widgets, like image buttons, @@ -258,4 +260,3 @@ use <code>setChecked(true)</code> or <code>toggle()</code>. </p> <li>{@link android.widget.ToggleButton}</li> </ul> -<p><a href="{@docRoot}guide/tutorials/views/hello-views-index.html">← Back to Hello Views</a></p> |