xref: /aosp_15_r20/development/samples/browseable/ElevationBasic/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="ElevationBasic"
3sample.group=UI
4@jd:body
5
6<p>
7
8            This sample demonstrates two alternative ways to move a view in the z-axis. The
9            first view has a fixed elevation using XML and the second one is raised when the user
10            taps on it, using setTranslationZ().
11
12        </p>
13