I want to display app icon (120dpx120dp) in SplashScreen. I am using Splash screens but it display bigger than 120dp. For any vector, it always bigger than 120dp.
After screenshot and calculate by Paint tool, I see that the app icon size in my device (Pixel 4XL) is ~ 160dp. So, if I add a padding 20dp to my app icon, on my Pixel 4XL device, the app icon will look like 120dpx120dp. But I don't know if it work in other device or not?