Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / projects / NewAndroidLibrary / root / res / values-v11 / styles_hc.xml.ftl
blob7a1fd9da07937cbb82ff91e3e9efff77ceaa8c02
1 <resources>
3     <!--
4         Base application theme for API 11+. This theme completely replaces
5         AppBaseTheme from res/values/styles.xml on API 11+ devices.
6     -->
7     <style name="AppBaseTheme" parent="<#if
8             appCompat?has_content>Theme.AppCompat<#else
9             >android:Theme.Holo</#if><#if baseTheme?contains("light")>.Light</#if>">
10         <!-- API 11 theme customizations can go here. -->
11     </style>
13 </resources>