blob: 8a752986d6ec9bcc0b768c36f68527a5f02565ea [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
Dirk Dougherty502c4982009-12-02 18:01:16 -08003<?cs set:resources="true" ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -08004<html>
5<?cs include:"head_tag.cs" ?>
6<?cs include:"header.cs" ?>
Dirk Dougherty502c4982009-12-02 18:01:16 -08007<body class="gc-documentation">
The Android Open Source Project88b60792009-03-03 19:28:42 -08008
The Android Open Source Project88b60792009-03-03 19:28:42 -08009
Dirk Dougherty502c4982009-12-02 18:01:16 -080010<a name="top"></a>
11<div class="g-unit" id="doc-content">
12 <div id="jd-header" class="guide-header">
13 <span class="crumb">&nbsp;</span>
14 <h1><?cs var:page.title ?></h1>
15 </div>
The Android Open Source Project88b60792009-03-03 19:28:42 -080016
17<div id="jd-content">
18
19<?cs var:summary ?>
20
Scott Main2fa99f12009-11-20 10:41:49 -080021<?cs if:android.whichdoc == "online" ?><?cs
22 # If this is the online docs, build the src code navigation links ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080023
Scott Main2fa99f12009-11-20 10:41:49 -080024 <?cs if:subcount(subdirs) ?>
25 <h2>Subdirectories</h2>
26 <ul class="nolist">
27 <?cs each:dir=subdirs ?>
28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
29 var:dir.name ?>/</a></li>
30 <?cs /each ?>
31 </ul>
32 <?cs /if ?>
33
34 <?cs if:subcount(files) ?>
35 <h2>Files</h2>
36 <ul class="nolist">
37 <?cs each:file=files ?>
38 <li><a href="<?cs var:file.href ?>"><?cs
39 var:file.name ?></a></li>
40 <?cs /each ?>
41 </ul>
42 <?cs /if ?>
43
44<?cs else ?><?cs
45 # else, this means it's offline docs,
46 so don't show src links (we don't have the pages!) ?>
47
48<p>You can find the source code for this sample in your SDK at:</p>
49<p style="margin-left:2em">
50<code><em>&lt;sdk&gt;</em>/platforms/android-<em>&lt;version&gt;</em>/samples/</code>
51</p>
52
53<?cs /if ?><?cs # end if/else online docs ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080054
The Android Open Source Project88b60792009-03-03 19:28:42 -080055</div><!-- end jd-content -->
Dirk Dougherty502c4982009-12-02 18:01:16 -080056
57<?cs include:"footer.cs" ?>
58
The Android Open Source Project88b60792009-03-03 19:28:42 -080059</div><!-- end doc-content -->
60
61<?cs include:"trailer.cs" ?>
62
63</body>
64</html>