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