mirror of
				https://github.com/MinimalBible/MinimalBible-Legacy
				synced 2025-10-31 17:30:31 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			716 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			716 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <resources>
 | |
| 
 | |
|     <!--
 | |
|         Base application theme for API 19+. This theme completely replaces
 | |
|         AppBaseTheme from BOTH res/values/styles.xml and
 | |
|         res/values-v11/styles.xml on API 19+ devices.
 | |
|     -->
 | |
|     <style name="AppBaseTheme" parent="Theme.AppCompat.Light">
 | |
| 
 | |
|         <!-- API 19 theme customizations can go here. -->
 | |
|         <item name="android:windowTranslucentStatus">true</item>
 | |
|         <item name="android:windowTranslucentNavigation">true</item>
 | |
|         <item name="android:actionBarStyle">@style/ActionBar</item>
 | |
|     </style>
 | |
| 
 | |
|     <style name="ActionBar" parent="@style/Widget.AppCompat.ActionBar">
 | |
|         <item name="android:background">@color/actionbar</item>
 | |
|     </style>
 | |
| 
 | |
| </resources> | 
