Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f52ec3e authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am b1e4a4f2: Merge "fix broken links bug 6879771" into jb-dev

* commit 'b1e4a4f2':
  fix broken links bug 6879771
parents dd4448ef b1e4a4f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
page.title=Grid
page.title=Grid View
parent.title=Layouts
parent.link=layout-objects.html
@jd:body