Skip to content

Commit 1d15167

Browse files
author
Android (Google) Code Review
committed
Merge change Ie8650e4b into eclair
* changes: sdk doc change for esr: fix some broken links to resources files.
2 parents 5dba584 + 0b1153b commit 1d15167

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

samples/ApiDemos/src/com/example/android/apis/app/_index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h3>Activity</h3>
77
<dt>Code:
88
<dd> <a href="HelloWorld.html">HelloWorld.java</a>
99
<dt>Layout:
10-
<dd> <a href="/guide/samples/ApiDemos/res/layout/hello_world.html">
10+
<dd> <a href="../../../../../../res/layout/hello_world.html">
1111
hello_world.xml</a>
1212
</dl>
1313
</dd>
@@ -82,7 +82,7 @@ <h3>Service</h3>
8282
<dd> <a href="ServiceStartArgumentsController.html">ServiceStartArgumentsController.java</a>
8383
<dd> <a href="ServiceStartArguments.html">ServiceStartArguments.java</a>
8484
<dt>Layout:
85-
<dd> <a href="/guide/samples/ApiDemos/res/layout/service_start_arguments_controller.html">
85+
<dd> <a href="../../../../../../res/layout/service_start_arguments_controller.html">
8686
service_start_arguments_controller.xml</a>
8787
</dl>
8888
</dd>
@@ -110,7 +110,7 @@ <h3>Alarm</h3>
110110
<dd> <a href="OneShotAlarm.html">OneShotAlarm.java</a>
111111
<dd> <a href="RepeatingAlarm.html">RepeatingAlarm.java</a>
112112
<dt>Layout:
113-
<dd> <a href="/guide/samples/ApiDemos/res/layout/alarm_controller.html">
113+
<dd> <a href="../../../../../../res/layout/alarm_controller.html">
114114
alarm_controller.xml</a>
115115
</dl>
116116
</dd>
@@ -124,7 +124,7 @@ <h3>Alarm</h3>
124124
<dd> <a href="AlarmService.html">AlarmService.java</a>
125125
<dd> <a href="AlarmService_Service.html">AlarmService_Service.java</a>
126126
<dt>Layout:
127-
<dd> <a href="/guide/samples/ApiDemos/res/layout/alarm_service.html">
127+
<dd> <a href="../../../../../../res/layout/alarm_service.html">
128128
alarm_service.xml</a>
129129
</dl>
130130
</dd>

samples/ApiDemos/src/com/example/android/apis/graphics/_index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3>OpenGL|ES</h3>
1616
<dt>Code:
1717
<dd><a href="GLSurfaceViewActivity.html">GLSurfaceViewActivity.java</a>
1818
<dt>Layout:
19-
<dd><a href="/guide/samples/ApiDemos/res/layout/hello_world.html">hello_world.xml</a>
19+
<dd><a href="../../../../../../res/layout/hello_world.html">hello_world.xml</a>
2020
</dl>
2121
</dd>
2222

@@ -33,10 +33,9 @@ <h3>OpenGL|ES</h3>
3333
<dd>Shows how you can place overlays on top of a SurfaceView.
3434
<dl>
3535
<dt>Code:
36-
<dd> <a href="SurfaceViewOverlay.html">SurfaceViewOverlay.java</a>,
37-
<a href="GLSurfaceView.html">GLSurfaceView.java</a>
36+
<dd> <a href="SurfaceViewOverlay.html">SurfaceViewOverlay.java</a>
3837
<dt>Layout:
39-
<dd><a href="/guide/samples/ApiDemos/res/layout/surface_view_overlay.html">surface_view_overlay.xml</a>
38+
<dd><a href="../../../../../../res/layout/surface_view_overlay.html">surface_view_overlay.xml</a>
4039
</dl>
4140
</dd>
4241

0 commit comments

Comments
 (0)