am b965e4af: am 0f911715: docs: add links to action bar and drag demos in the index page

* commit 'b965e4afc436902170f45bbfc5fac5569d40cb88':
  docs: add links to action bar and drag demos in the index page
This commit is contained in:
Scott Main
2011-02-14 15:43:57 -08:00
committed by Android Git Automerger
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>