diff options
author | Ricardo Cervera <rcervera@google.com> | 2015-01-05 15:03:34 -0800 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2015-01-05 15:03:34 -0800 |
commit | fa6fb0daa5e6f9d3b0c17c8831c7525e403bd785 (patch) | |
tree | 202de637afb7620859ba9c580af411d7d2aae25f /docs/html/design | |
parent | 4bb503cf1209d113face24267d4ed2f19828aa3d (diff) | |
download | frameworks_base-fa6fb0daa5e6f9d3b0c17c8831c7525e403bd785.zip frameworks_base-fa6fb0daa5e6f9d3b0c17c8831c7525e403bd785.tar.gz frameworks_base-fa6fb0daa5e6f9d3b0c17c8831c7525e403bd785.tar.bz2 |
docs: Minor fixes to Watch Faces design guidelines.
Change-Id: I1b9c26d12bac1b5e5d649e7ea665f58b50d621d7
Diffstat (limited to 'docs/html/design')
-rw-r--r-- | docs/html/design/wear/watchfaces.jd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/design/wear/watchfaces.jd b/docs/html/design/wear/watchfaces.jd index 1a4b1f9..99dc3dd 100644 --- a/docs/html/design/wear/watchfaces.jd +++ b/docs/html/design/wear/watchfaces.jd @@ -112,17 +112,17 @@ designs should take these modes into account. Generally, if your watch face desi in ambient mode, it will look even better in interactive mode. The opposite is not always true.</p> -<p>In ambient mode, the screen is only updated once every minute. Only show hours and minutes -in ambient mode; do not show seconds in this mode.</p> - <h3>Interactive mode</h3> <p>When the user moves their wrist to glance at their watch, the screen goes into interactive mode. Your design can use full color with fluid animation in this mode.</p> <h3>Ambient mode</h3> -<p>Ambient mode helps the device conserve power. In this mode, the screen only displays shades -of grey, black, and white. Your watch face is notified when the device switches to ambient mode, -and you should thoughtfully design for it.</p> +<p>Ambient mode helps the device conserve power. Your design should make clear to the user that +the screen is in ambient mode by using only grayscale colors. Do not use a lot of white in ambient +mode, since this distracting and hurts battery life on some screens. In this mode, the screen +is only updated once every minute. Only show hours and minutes in ambient mode; do not show +seconds. Your watch face is notified when the device switches to ambient mode, and you should +thoughtfully design for it.</p> |