diff options
| author | Robert Ly <robertly@google.com> | 2014-07-09 16:50:42 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-09 16:50:42 +0000 |
| commit | fff6fdbf575a60ae7f3f0ee1af72d6695c3ed7c2 (patch) | |
| tree | 1830371d92cd461ad60412c623e6d1c4d61ed18f /docs/html/design | |
| parent | 2d3fca2490e62702838d1b44d4377c242c3340e6 (diff) | |
| parent | 33f5a318b981a69542bfd158e3fec5814135665a (diff) | |
| download | frameworks_base-fff6fdbf575a60ae7f3f0ee1af72d6695c3ed7c2.zip frameworks_base-fff6fdbf575a60ae7f3f0ee1af72d6695c3ed7c2.tar.gz frameworks_base-fff6fdbf575a60ae7f3f0ee1af72d6695c3ed7c2.tar.bz2 | |
am 33f5a318: Merge "docs: surface ui toolkit at a higher level" into klp-modular-dev
* commit '33f5a318b981a69542bfd158e3fec5814135665a':
docs: surface ui toolkit at a higher level
Diffstat (limited to 'docs/html/design')
| -rw-r--r-- | docs/html/design/wear/index.jd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/html/design/wear/index.jd b/docs/html/design/wear/index.jd index d6202d1..104e154 100644 --- a/docs/html/design/wear/index.jd +++ b/docs/html/design/wear/index.jd @@ -7,7 +7,16 @@ page.title=Android Wear is substantially different than designing for phones or tablets: different strengths and weaknesses, different use cases, different ergonomics. To get started, you should understand the overall vision for the Android Wear experience, -and how apps fit into and enhance this experience.</p> +and how apps fit into and enhance this experience. We've also provided source files for UI resources +that you can use in your own apps in the +<a href="{@docRoot}design/downloads/index.html#Wear">Downloads</a> section.</p> + +<a class="notice-designers" style="clear:none" href="{@docRoot}design/downloads/index.html#Wear"> + <div> + <h3>Downloads</h3> + <p>UI Toolkit, Flows, and Mocks</p> + </div> +</a> <p>A new form factor deserves a new UI model. At a high level, the Android Wear UI consists of two main spaces centered around the core functions of <strong>Suggest</strong> and |
