You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
576 B
19 lines
576 B
7 months ago
|
<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>
|
||
|
|
||
|
<!-- Application theme. -->
|
||
|
<style name="AppTheme" parent="AppBaseTheme">
|
||
|
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
||
|
</style>
|
||
|
|
||
|
|
||
|
</resources>
|