Lines Matching full:your
24 only available on Android 5.0 (API level 21) and above. However, you can design your apps to make
31 <p>You can configure your app to use the material theme on devices that support it and revert
39 <li>Set this theme as your app's theme in the manifest file.</li>
43 If your app uses the material theme but does not provide an alternative theme in this manner,
44 your app will not run on versions of Android earlier than 5.0.
53 alternative layouts to customize how your app looks on earlier versions of Android.</p>
55 <p>Create your layout files for Android 5.0 (API level 21) inside <code>res/layout-v21/</code> and
56 your alternative layout files for earlier versions of Android inside <code>res/layout/</code>.
60 <p>To avoid duplication of code, define your styles inside <code>res/values/</code>, modify the
129 Android v7 Support Library in your project as a <a
167 <p class="note"><strong>Note:</strong> To specify which versions of Android your app supports,
169 attributes in your manifest file. To use the material design features in Android 5.0, set