Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / projects / NewAndroidApplication / root / res / values / styles.xml.ftl
blob96464b8e20d87ccb7783de631399b72b2bc9c087
1 <resources>
3     <!--
4         Base application theme, dependent on API level. This theme is replaced
5         by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
6     -->
7     <style name="AppBaseTheme" parent="<#if
8         appCompat?has_content>Theme.AppCompat<#else>android:Theme</#if><#if
9         baseTheme?contains("light")>.Light</#if>">
10         <!--
11             Theme customizations available in newer API levels can go in
12             res/values-vXX/styles.xml, while customizations related to
13             backward-compatibility can go here.
14         -->
15     </style>
17     <!-- Application theme. -->
18     <style name="AppTheme" parent="AppBaseTheme">
19         <!-- All customizations that are NOT specific to a particular API-level can go here. -->
20     </style>
22 </resources>