1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 3 <?cs set:resources="true" ?> 4 <html> 5 <?cs include:"head_tag.cs" ?> 6 <?cs include:"header.cs" ?> 7 <body class="gc-documentation"> 8 9 10 <a name="top"></a> 11 <div class="g-unit" id="doc-content"> 12 <div id="jd-header" class="guide-header"> 13 <span class="crumb"> </span> 14 <h1><?cs var:page.title ?></h1> 15 </div> 16 17 <div id="jd-content"> 18 19 <p>The file containing the source code shown below is located in the corresponding directory in <code><sdk>/platforms/android-<version>/samples/...</code></p> 20 21 <!-- begin file contents --> 22 <pre><?cs var:fileContents ?></pre> 23 <!-- end file contents --> 24 25 <?cs include:"footer.cs" ?> 26 </div><!-- end jd-content --> 27 </div> <!-- end doc-content --> 28 29 <?cs include:"trailer.cs" ?> 30 31 </body> 32 </html> 33