docs: add links to action bar and drag demos in the index page

Change-Id: I3fb2bff96d958801d350b94e0b0193c71902a7a8
This commit is contained in:
Scott Main
2011-02-14 15:20:44 -08:00
parent 0d9ac4f209
commit 0f911715e4
2 changed files with 29 additions and 1 deletions

View File

@@ -257,6 +257,13 @@
<dd>Demonstrates a variety of transformations (android.view.animation.Animation), including fading, motion, and rotation. </dd>
</dl>
<h3>Drag and Drop</h3>
<dl>
<dt><a href="DragAndDropDemo.html">Drag and Drop Demo</a></dt>
<dd>Demonstrates how to perform drag and drop using an OnDragListener. (Uses the <a
href="DraggableDot.html"><code>DraggableDot</code></a> class.) </dd>
</dl>
<h3>Controls</h3>
<dl>
<dt><a href="Controls1.html">1. Light Theme</a></dt>