Lines Matching full:elevation
9 <li><a href="#Elevation">Assign Elevation to Your Views</a></li>
21 <p>Material design introduces elevation for UI elements. Elevation helps users understand the
24 <p>The elevation of a view, represented by the Z property, determines the visual appearance of its
31 <p>Elevation is also useful to create animations where widgets temporarily rise above the
34 <p>For more information about elevation in material design, see
39 <h2 id="Elevation">Assign Elevation to Your Views</h2>
44 <li>Elevation: The static component.</li>
48 <p><code>Z = elevation + translationZ</code></p>
53 <p>To set the elevation of a view in a layout definition, use the <code>android:elevation</code>
54 attribute. To set the elevation of a view in the code of an activity, use the
62 you to easily animate the elevation of views. For more information, see the API reference for
87 android:elevation="2dp"