19 lines
		
	
	
		
			576 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			576 B
		
	
	
	
		
			XML
		
	
	
	
<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>
 |