mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-29 20:43:28 +01:00 
			
		
		
		
	Resize adaptative icon to 108x108dp (#1142)
Android documentation [1] explicitly specify that adaptive icons must be 108x108dp. Having bigger Adaptive icons triggers a bug in Android 14 QPR1 that prevent to install apps from apk directly when the icons are bigger. [1] https://developer.android.com/develop/ui/views/launch/icon_design_adaptive
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" | ||||
|     android:viewportWidth="142.129" | ||||
|     android:viewportHeight="142.129" | ||||
|     android:width="503.6066dp" | ||||
|     android:height="503.6066dp"> | ||||
|     android:width="108dp" | ||||
|     android:height="108dp"> | ||||
|     <group | ||||
|         android:translateX="-30.39437" | ||||
|         android:translateY="-54.68043"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user