mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	 1f2e31d45b
			
		
	
	
		1f2e31d45b
		
			
		
	
	
	
	
		
			
			* Add Adaptive Icon allows for better theming on android O and above. * remove values-yue-hant
		
			
				
	
	
		
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			339 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			339 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
 | |
|     <monochrome android:drawable="@drawable/commons_logo_monochrome" />
 | |
|     <background android:drawable="@color/ic_launcher_background"/>
 | |
|     <foreground android:drawable="@drawable/ic_launcher_foreground"/>
 | |
| </adaptive-icon> |