diff options
| -rw-r--r-- | docs/html/guide/topics/ui/declaring-layout.jd | 4 | ||||
| -rw-r--r-- | docs/html/guide/topics/ui/layout/gridview.jd | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index 3c9faa8b2cee..e971a752c4e4 100644 --- a/docs/html/guide/topics/ui/declaring-layout.jd +++ b/docs/html/guide/topics/ui/declaring-layout.jd @@ -406,13 +406,13 @@ into a view that can be added into the {@link android.widget.AdapterView} layout  <div class="layout first">    <h4><a href="layout/listview.html">List View</a></h4> -  <a href="layout/list.html"><img src="{@docRoot}images/ui/listview-small.png" alt="" /></a> +  <a href="layout/listview.html"><img src="{@docRoot}images/ui/listview-small.png" alt="" /></a>    <p>Displays a scrolling single column list.</p>  </div>  <div class="layout">    <h4><a href="layout/gridview.html">Grid View</a></h4> -  <a href="layout/grid.html"><img src="{@docRoot}images/ui/gridview-small.png" alt="" /></a> +  <a href="layout/gridview.html"><img src="{@docRoot}images/ui/gridview-small.png" alt="" /></a>    <p>Displays a scrolling grid of columns and rows.</p>  </div> diff --git a/docs/html/guide/topics/ui/layout/gridview.jd b/docs/html/guide/topics/ui/layout/gridview.jd index 284a25a5271b..11c54740d631 100644 --- a/docs/html/guide/topics/ui/layout/gridview.jd +++ b/docs/html/guide/topics/ui/layout/gridview.jd @@ -1,4 +1,4 @@ -page.title=Grid +page.title=Grid View  parent.title=Layouts  parent.link=layout-objects.html  @jd:body  |