Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Android Foreground Icons #408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/docs/v3/guides/splash-screens-and-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down