inital commit
This commit is contained in:
		
							
								
								
									
										6
									
								
								android/res/values/strings.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								android/res/values/strings.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|  | ||||
|     <string name="app_name">ColorRunner</string> | ||||
|  | ||||
| </resources> | ||||
							
								
								
									
										12
									
								
								android/res/values/styles.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								android/res/values/styles.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| <resources> | ||||
|  | ||||
|     <style name="GdxTheme" parent="android:Theme"> | ||||
| 		<item name="android:windowBackground">@android:color/transparent</item> | ||||
|         <item name="android:colorBackgroundCacheHint">@null</item> | ||||
|         <item name="android:windowAnimationStyle">@android:style/Animation</item> | ||||
|         <item name="android:windowNoTitle">true</item> | ||||
|         <item name="android:windowContentOverlay">@null</item> | ||||
|         <item name="android:windowFullscreen">true</item> | ||||
|     </style> | ||||
|  | ||||
| </resources> | ||||
		Reference in New Issue
	
	Block a user
	 Anastron
					Anastron