sdk doc change for esr: fix some broken links to resources files.

Bug: 2160782
Change-Id: Ie8650e4b642a96e67a2e7e62669282bc58d414ba
This commit is contained in:
Dirk Dougherty
2009-12-15 18:47:00 -08:00
parent 2276398db0
commit 0b1153b115
2 changed files with 7 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
<dt>Code:
<dd><a href="GLSurfaceViewActivity.html">GLSurfaceViewActivity.java</a>
<dt>Layout:
<dd><a href="/guide/samples/ApiDemos/res/layout/hello_world.html">hello_world.xml</a>
<dd><a href="../../../../../../res/layout/hello_world.html">hello_world.xml</a>
</dl>
</dd>
@@ -33,10 +33,9 @@
<dd>Shows how you can place overlays on top of a SurfaceView.
<dl>
<dt>Code:
<dd> <a href="SurfaceViewOverlay.html">SurfaceViewOverlay.java</a>,
<a href="GLSurfaceView.html">GLSurfaceView.java</a>
<dd> <a href="SurfaceViewOverlay.html">SurfaceViewOverlay.java</a>
<dt>Layout:
<dd><a href="/guide/samples/ApiDemos/res/layout/surface_view_overlay.html">surface_view_overlay.xml</a>
<dd><a href="../../../../../../res/layout/surface_view_overlay.html">surface_view_overlay.xml</a>
</dl>
</dd>