From c5e128c04808a8f1115cb8508a2c334f77eadc27 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 25 Jul 2012 11:51:12 -0700 Subject: [PATCH] fix broken links bug 6879771 Change-Id: I106016c96070beaef6dba387110aea2a9e4f6089 --- docs/html/guide/topics/ui/declaring-layout.jd | 4 ++-- 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 3c9faa8b2cee2..e971a752c4e44 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

List View

- +

Displays a scrolling single column list.

Grid View

- +

Displays a scrolling grid of columns and rows.

diff --git a/docs/html/guide/topics/ui/layout/gridview.jd b/docs/html/guide/topics/ui/layout/gridview.jd index 284a25a5271bb..11c54740d6316 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