diff --git a/samples/ApiDemos/src/com/example/android/apis/app/_index.html b/samples/ApiDemos/src/com/example/android/apis/app/_index.html
index f688413cf..5a2a31f3c 100644
--- a/samples/ApiDemos/src/com/example/android/apis/app/_index.html
+++ b/samples/ApiDemos/src/com/example/android/apis/app/_index.html
@@ -1,5 +1,17 @@
-
Activity
+This section includes samples for:
+
+
+
+Activity
- Hello World
- Demonstrates a basic screen activity.
@@ -73,7 +85,7 @@
on top of the system wallpaper.
-Fragment
+Fragment
- Fragment Alert Dialog
- Demonstrates how to use a DialogFragment to show and manage an
@@ -122,7 +134,7 @@
-LoaderManager
+LoaderManager
- Loader Throttle
- Complete end-to-end demonstration of a simple content provider that
@@ -132,7 +144,7 @@
in this case.
-Service
+Service
- Local Service
- Demonstrate the implementation of a service that runs in the same
@@ -180,7 +192,7 @@
-Alarm
+Alarm
- Alarm Controller
- Demonstrates two ways you can schedule alarms: a one-shot alarm that
@@ -213,7 +225,7 @@
-Notification
+Notification
- NotifyWithText
- Demonstrates popup notifications of varying length.
@@ -226,7 +238,7 @@
the status bar, and a standard way for handling them.
-Search
+Search
- SearchInvoke
- Demonstrates various ways in which activities can launch the Search UI.
@@ -239,7 +251,7 @@
-Misc
+Misc
- Alert Dialog Samples
- Demonstrates various styles of alert dialogs.
diff --git a/samples/ApiDemos/src/com/example/android/apis/text/_index.html b/samples/ApiDemos/src/com/example/android/apis/text/_index.html
index ee1020bc9..c995a0cac 100644
--- a/samples/ApiDemos/src/com/example/android/apis/text/_index.html
+++ b/samples/ApiDemos/src/com/example/android/apis/text/_index.html
@@ -1,6 +1,8 @@
- Linkify
- - Demonstrates the {@link android.text.util.Linkify Linkify} class, which converts URLs in a block of text into hyperlinks.
+ - Demonstrates the
Linkify
+class, which converts URLs in a block of text into hyperlinks.