Skip to content

Commit 6469ee8

Browse files
Alexander LucasAndroid (Google) Code Review
authored andcommitted
Merge "Fixed table labelling issues in 'Multiple Dimensions' multiple apk lesson" into ics-mr1
2 parents 0f52d76 + 9c09313 commit 6469ee8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/html/training/multiple-apks/multiple.jd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ in some "blobs", each color representing one APK.</p>
8888
<table cellpadding="10" cellspacing="0" border="1">
8989
<tbody>
9090
<tr>
91+
<td></td>
9192
<td>3</td>
9293
<td>4</td>
9394
<td>5</td>
@@ -143,7 +144,7 @@ in some "blobs", each color representing one APK.</p>
143144
<td class="purpleCell"></td>
144145
</tr>
145146
<tr>
146-
<td>large</td>
147+
<td>xlarge</td>
147148
<td class="redCell"></td>
148149
<td class="redCell"></td>
149150
<td class="redCell"></td>
@@ -241,6 +242,7 @@ the sample chart from earlier:</p>
241242
<table cellpadding="10" cellspacing="0" border="1">
242243
<tbody>
243244
<tr>
245+
<td></td>
244246
<td>3</td>
245247
<td>4</td>
246248
<td>5</td>
@@ -296,7 +298,7 @@ the sample chart from earlier:</p>
296298
<td class="purpleCell"></td>
297299
</tr>
298300
<tr>
299-
<td>large</td>
301+
<td>xlarge</td>
300302
<td class="redCell"></td>
301303
<td class="redCell"></td>
302304
<td class="redCell"></td>

0 commit comments

Comments
 (0)