pebble/devsite/source/_guides/app-resources/app-assets.md
2025-02-24 18:58:29 -08:00

3.5 KiB

title description guide_group order
App Assets A collection of assets for use as resources in Pebble apps. app-resources 1

This guide contains some resources available for developers to use in their apps to improve consistency, as well as for convenience. For example, most ActionBarLayer implementations will require at least one of the common icons given below.

Pebble Timeline Pin Icons

Many timeline pin icons [are available]({{ site.links.s3_assets }}/assets/other/pebble-timeline-icons-pdc.zip) in Pebble Draw Command or PDC format (as described in {% guide_link graphics-and-animations/vector-graphics %}) for use in watchfaces and watchapps. These are useful in many kinds of generic apps.

Example PDC icon SVG Files

Many of the system PDC animations are available for use in watchfaces and watchapps as part of the pdc-sequence example project.

Example Action Bar Icons

There is a set of example icons for developers to use for common actions. Each icon is shown below as a preview, along with a short description about its suggested usage.

Preview Description
Check mark for confirmation actions.
Cross mark for dismiss, cancel, or decline actions.
Up arrow for navigating or scrolling upwards.
Down arrow for navigating or scrolling downwards.
Pencil icon for edit actions.
Trash can icon for delete actions.
Stylized 'zzz' for snooze actions.
Ellipsis to suggest further information or actions are available.
Common icon for play actions.
Common icon for pause actions.
Common icon for skip forward actions.
Common icon for skip backward actions.
Common icon for raising volume.
Common icon for lowering volume.