Blame view
android/PromoterDemo/res/values-v14/styles.xml
381 Bytes
|
d1683fe9a
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 theme customizations can go here. -->
</style>
</resources>
|