diff options
author | Robert Ly <robertly@google.com> | 2014-07-09 16:44:09 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-09 14:43:38 +0000 |
commit | 33f5a318b981a69542bfd158e3fec5814135665a (patch) | |
tree | 5fc033e9829e9bf489e4b6f7ffa9cdd2df721783 /docs | |
parent | db520137dbd67d4b8ec65011accadda7e25ec844 (diff) | |
parent | 1d5393298bab85748578627bb023d87e135189f5 (diff) | |
download | frameworks_base-33f5a318b981a69542bfd158e3fec5814135665a.zip frameworks_base-33f5a318b981a69542bfd158e3fec5814135665a.tar.gz frameworks_base-33f5a318b981a69542bfd158e3fec5814135665a.tar.bz2 |
Merge "docs: surface ui toolkit at a higher level" into klp-modular-dev
Diffstat (limited to 'docs')
-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 |