File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
source/_guides/app-resources Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,18 @@ their watchapps and watchfaces.
197197 </div>
198198</div>
199199
200- You can add a 25x25 `png` to the `resources.media` section of the`package.json`
201- file, and set `"menuIcon": true`. Please note that icons that are larger will be
202- rejected by the SDK.
200+ The recommended properties of the menuIcon depend on the platform and type of
201+ an app. An icon for a watchapp should always have the size of **25x25**. For
202+ watchfaces on rectangular watches the icon should have the dimensions of
203+ **24x28**, and on round watches the icon should be **25x25**.
204+
205+ On watches with a color display the watchface icons can be colorful! Watchapp
206+ icons will be translated into a 4 color grayscale icon with transparency,
207+ which is a great opportunity for black and white icon with antialiasing.
208+
209+ You can add the icon in `png` format to the `resources.media` section of the
210+ `package.json` file, and set `"menuIcon": true`. Please note that watchapp icons
211+ that are larger than 25x25 will be rejected by the SDK.
203212
204213```js
205214"resources": {
You can’t perform that action at this time.
0 commit comments