Files
android_development/samples/browseable/AdapterTransition/_index.jd
Ricardo Cervera 9b23d66215 docs: Modified sample descriptions for March sample push.
Edited the _index.jd files from the new samples.
Stage: http://localhost:8001/samples/MediaRouter/index.html

Patch: Addressed Dirk's comments.

Change-Id: I029a9a1cb3fbfbe93e09ce2cdd8a7b5e49c6c074
2014-03-10 15:10:47 -07:00

13 lines
289 B
Plaintext

page.tags="AdapterTransition"
sample.group=UI
@jd:body
<p>
{@link android.transition.Transition Transition} cannot be directly applied to
{@link android.widget.AdapterView AdapterView}s. This sample demonstrates how to
create a overlay layout and how to run a transition on it.
</p>