diff --git a/pages/docs/v3/guides/splash-screens-and-icons.md b/pages/docs/v3/guides/splash-screens-and-icons.md index 8b8e6c73..d145c867 100644 --- a/pages/docs/v3/guides/splash-screens-and-icons.md +++ b/pages/docs/v3/guides/splash-screens-and-icons.md @@ -19,8 +19,12 @@ npm install -g cordova-res ``` resources/ +├── android +| ├── icon-background.png +| └── icon-foreground.png ├── icon.png └── splash.png +config.xml ``` Next, run the following to generate all images then copy them into the native projects: