diff options
author | Scott Main <smain@google.com> | 2013-10-31 07:19:54 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-10-31 07:19:54 -0700 |
commit | 152e7683355bcbc1fc697033c7472bbd508c7c0f (patch) | |
tree | 87d9b96016de4c89e4b66766df3c967547c97aaa /docs/html/samples/testing.jd | |
parent | 720963a71425e3cdc03c7b243e8869cebee51931 (diff) | |
download | frameworks_base-152e7683355bcbc1fc697033c7472bbd508c7c0f.zip frameworks_base-152e7683355bcbc1fc697033c7472bbd508c7c0f.tar.gz frameworks_base-152e7683355bcbc1fc697033c7472bbd508c7c0f.tar.bz2 |
add static landing pages for sample topics
Change-Id: I76c04e7916977d426c4d02554f2eb36309996cf4
Diffstat (limited to 'docs/html/samples/testing.jd')
-rw-r--r-- | docs/html/samples/testing.jd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/html/samples/testing.jd b/docs/html/samples/testing.jd new file mode 100644 index 0000000..dc06622 --- /dev/null +++ b/docs/html/samples/testing.jd @@ -0,0 +1,11 @@ +page.title=Testing +@jd:body + + +<div id="samples" class="testing"> +</div> + + +<script> + $(document).ready(showSamples); +</script> |