18 lines
		
	
	
		
			628 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			628 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <resources>
 | |
| 
 | |
|     <!-- Base application theme. -->
 | |
|     <style name="MyAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
 | |
|         <!-- Customize your theme here. -->
 | |
|         <item name="colorPrimary">@color/colorPrimary</item>
 | |
|         <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
 | |
|         <item name="colorAccent">@color/colorAccent</item>
 | |
|     </style>
 | |
| 
 | |
| 	<style name="PopupDateTimePickerAnim" parent="android:Animation">
 | |
| 		<item name="android:windowEnterAnimation">@anim/popup_date_time_picker_in</item>
 | |
| 		<item name="android:windowExitAnimation">@anim/popup_date_time_picker_out</item>
 | |
| 	</style>
 | |
| 
 | |
| 
 | |
| </resources>
 | 
