aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewAndroidLibrary/root/res/values-v11/styles_hc.xml.ftl
blob: f8993c3cb1ae7c88b71b6cb32c2424ce7ab00014 (plain)
1
2
3
4
5
6
7
8
9
10
11
<resources>

    <!--
        Base application theme for API 11+. This theme completely replaces
        AppBaseTheme from res/values/styles.xml on API 11+ devices.
    -->
    <style name="AppBaseTheme" parent="android:Theme.Holo<#if baseTheme?contains("light")>.Light</#if>">
        <!-- API 11 theme customizations can go here. -->
    </style>

</resources>