am 820bb4bd
: am 9c50271d
: am 257f6724
: am 35cb4e49
: Doc change: add new samples TOC groups and landing pages.
* commit '820bb4bdd358bfaac446b8ce4af5474dcfc77613': Doc change: add new samples TOC groups and landing pages.
This commit is contained in:
@ -554,7 +554,9 @@ sample_groups := -samplegroup Background \
|
||||
-samplegroup Content \
|
||||
-samplegroup Input \
|
||||
-samplegroup Media \
|
||||
-samplegroup RenderScript \
|
||||
-samplegroup Security \
|
||||
-samplegroup Sensors \
|
||||
-samplegroup Testing \
|
||||
-samplegroup UI \
|
||||
-samplegroup Views
|
||||
|
11
docs/html/samples/renderscript.jd
Normal file
11
docs/html/samples/renderscript.jd
Normal file
@ -0,0 +1,11 @@
|
||||
page.title=Renderscript
|
||||
@jd:body
|
||||
|
||||
|
||||
<div id="samples" class="renderscript">
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(showSamples);
|
||||
</script>
|
11
docs/html/samples/sensors.jd
Normal file
11
docs/html/samples/sensors.jd
Normal file
@ -0,0 +1,11 @@
|
||||
page.title=Sensors
|
||||
@jd:body
|
||||
|
||||
|
||||
<div id="samples" class="sensors">
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(showSamples);
|
||||
</script>
|
Reference in New Issue
Block a user