What are the image dimensions for a Android Adaptive Icon in Android O for the size xxxhdpi? You now have a foreground layer image and a background layer image.
Is the solution to simply use two images of 192x192 pixels?
What are the image dimensions for a Android Adaptive Icon in Android O for the size xxxhdpi? You now have a foreground layer image and a background layer image.
Is the solution to simply use two images of 192x192 pixels?
Android Studio itself has a generator which can help you create the icons you need.
To do this right click on the res folder -> new -> Image Asset. Then just follow the Wizard.
https://developer.android.com/studio/write/image-asset-studio.html