Lines Matching full:your
10 <li><a href="#Layouts">Design Your Layouts</a></li>
11 <li><a href="#Depth">Specify Elevation in Your Views</a></li>
13 <li><a href="#Animations">Customize Your Animations</a></li>
30 Apply the material <strong>theme</strong> to your app.</li>
32 Create your <strong>layouts</strong> following material design guidelines.</li>
34 Specify the <strong>elevation</strong> of your views to cast shadows.</li>
38 Customize the <strong>animations</strong> in your app.</li>
43 <p>You can add many material design features to your app while maintaining compatibility with
47 <h3>Update your app with material design</h3>
49 <p>To update an existing app to incorporate material design, update your layouts following
58 framework to design and develop your app.</p>
63 <p>To apply the material theme in your app, specify a style that inherits from
69 <!-- your theme inherits from the material theme -->
81 <h2 id="Layouts">Design Your Layouts</h2>
83 <p>In addition to applying and customizing the material theme, your layouts should conform to
85 your layouts, pay special attention to the following:</p>
96 <h2 id="Depth">Specify Elevation in Your Views</h2>
100 <code>android:elevation</code> attribute in your layouts:</p>
127 {@link android.support.v7.widget.CardView} in your layout:</p>
143 <h2 id="Animations">Customize Your Animations</h2>
145 <p>Android 5.0 (API level 21) includes new APIs to create custom animations in your app.