Skip to content

Commit b1e4a4f

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "fix broken links bug 6879771" into jb-dev
2 parents 32189e2 + c5e128c commit b1e4a4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/html/guide/topics/ui/declaring-layout.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,13 @@ into a view that can be added into the {@link android.widget.AdapterView} layout
406406

407407
<div class="layout first">
408408
<h4><a href="layout/listview.html">List View</a></h4>
409-
<a href="layout/list.html"><img src="{@docRoot}images/ui/listview-small.png" alt="" /></a>
409+
<a href="layout/listview.html"><img src="{@docRoot}images/ui/listview-small.png" alt="" /></a>
410410
<p>Displays a scrolling single column list.</p>
411411
</div>
412412

413413
<div class="layout">
414414
<h4><a href="layout/gridview.html">Grid View</a></h4>
415-
<a href="layout/grid.html"><img src="{@docRoot}images/ui/gridview-small.png" alt="" /></a>
415+
<a href="layout/gridview.html"><img src="{@docRoot}images/ui/gridview-small.png" alt="" /></a>
416416
<p>Displays a scrolling grid of columns and rows.</p>
417417
</div>
418418

docs/html/guide/topics/ui/layout/gridview.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
page.title=Grid
1+
page.title=Grid View
22
parent.title=Layouts
33
parent.link=layout-objects.html
44
@jd:body

0 commit comments

Comments
 (0)