diff options
author | Trevor Johns <trevorjohns@google.com> | 2014-10-23 09:11:20 -0700 |
---|---|---|
committer | Trevor Johns <trevorjohns@google.com> | 2014-10-23 09:29:05 -0700 |
commit | abcb138da8db27ff64da92bd29a9a12556db40db (patch) | |
tree | 6fc542a1e53534adab58131a257c4fc31385238c | |
parent | 7b4a38b197ce43cb286d80fc6c4e9713b2807f13 (diff) | |
download | frameworks_base-abcb138da8db27ff64da92bd29a9a12556db40db.zip frameworks_base-abcb138da8db27ff64da92bd29a9a12556db40db.tar.gz frameworks_base-abcb138da8db27ff64da92bd29a9a12556db40db.tar.bz2 |
Docs: Add TOC page for Wearable samples
Change-Id: I0fdf412f20fb2a45c34c9700ed1ca9446cfc6ff3
-rw-r--r-- | Android.mk | 3 | ||||
-rw-r--r-- | docs/html/samples/wearable.jd | 11 |
2 files changed, 13 insertions, 1 deletions
@@ -737,7 +737,8 @@ sample_groups := -samplegroup Background \ -samplegroup Sensors \ -samplegroup Testing \ -samplegroup UI \ - -samplegroup Views + -samplegroup Views \ + -samplegroup Wearable ## SDK version identifiers used in the published docs # major[.minor] version for current SDK. (full releases only) diff --git a/docs/html/samples/wearable.jd b/docs/html/samples/wearable.jd new file mode 100644 index 0000000..3114374 --- /dev/null +++ b/docs/html/samples/wearable.jd @@ -0,0 +1,11 @@ +page.title=Wearable +@jd:body + + +<div id="samples" class="wearable"> +</div> + + +<script> + $(document).ready(showSamples); +</script> |