I am looking for the Android specification for legacy launcher icons.
I found the specification for Android adaptive icons, which is 108x108, with content inside a 72x72 for mdpi: https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive
I also found the specification for Android Play Store icon, which is 512x512, with content inside 384x384 (75%). https://developer.android.com/google-play/resources/icon-design-specifications
However, I cannot seem to find the specification for legacy launcher icons. i.e. The main thing I'm looking for is:
- Size of the padding
- Radius size
- Shadow properties
According to this: https://iconhandbook.co.uk/reference/chart/android/ the mdpi size is 48x48, but no mention of padding, corner radius, shadow etc.