mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
68
devsite/source/_guides/app-resources/app-assets.md
Normal file
68
devsite/source/_guides/app-resources/app-assets.md
Normal file
|
@ -0,0 +1,68 @@
|
|||
---
|
||||
# Copyright 2025 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
title: App Assets
|
||||
description: |
|
||||
A collection of assets for use as resources in Pebble apps.
|
||||
guide_group: app-resources
|
||||
order: 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`](https://github.com/pebble-examples/pdc-sequence/tree/master/resources)
|
||||
example project.
|
||||
|
||||
|
||||
## Example Action Bar Icons
|
||||
|
||||
There is a
|
||||
[set of example icons](https://s3.amazonaws.com/developer.getpebble.com/assets/other/actionbar-icons.zip)
|
||||
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. |
|
Loading…
Add table
Add a link
Reference in a new issue