Files
android_development/samples/browseable/ElevationBasic/_index.jd
Trevor Johns 6876a9cfc5 Add browseable samples for L SDK release
Change-Id: I71c6ff9a90b7734042d68af7f01e6d61118cc508
2014-10-17 03:31:00 -07:00

12 lines
335 B
Plaintext

page.tags="ElevationBasic"
sample.group=UI
@jd:body
<p>
This sample demonstrates two alternative ways to move a view in the z-axis. The
first view has a fixed elevation using XML and the second one is raised when the user
taps on it, using setTranslationZ().
</p>