diff options
author | Alexander Lucas <alexlucas@google.com> | 2011-12-16 11:03:18 -0800 |
---|---|---|
committer | Alexander Lucas <alexlucas@google.com> | 2011-12-16 11:03:18 -0800 |
commit | 9c093132daf75fd3578280ef1dfa1ccdce6fb694 (patch) | |
tree | 039c4a60cca708be559a37cc70c971132c138d55 /docs/html | |
parent | 8b6ed2d17d5e7e47944026679c9cba66611ab27f (diff) | |
download | frameworks_base-9c093132daf75fd3578280ef1dfa1ccdce6fb694.zip frameworks_base-9c093132daf75fd3578280ef1dfa1ccdce6fb694.tar.gz frameworks_base-9c093132daf75fd3578280ef1dfa1ccdce6fb694.tar.bz2 |
Fixed table labelling issues in 'Multiple Dimensions' multiple apk lesson
Change-Id: I05c100d583340456eed8d15d555e1f02a38504a8
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/training/multiple-apks/multiple.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/training/multiple-apks/multiple.jd b/docs/html/training/multiple-apks/multiple.jd index 9795cb1..26a3a93 100644 --- a/docs/html/training/multiple-apks/multiple.jd +++ b/docs/html/training/multiple-apks/multiple.jd @@ -88,6 +88,7 @@ in some "blobs", each color representing one APK.</p> <table cellpadding="10" cellspacing="0" border="1"> <tbody> <tr> + <td></td> <td>3</td> <td>4</td> <td>5</td> @@ -143,7 +144,7 @@ in some "blobs", each color representing one APK.</p> <td class="purpleCell"></td> </tr> <tr> - <td>large</td> + <td>xlarge</td> <td class="redCell"></td> <td class="redCell"></td> <td class="redCell"></td> @@ -241,6 +242,7 @@ the sample chart from earlier:</p> <table cellpadding="10" cellspacing="0" border="1"> <tbody> <tr> + <td></td> <td>3</td> <td>4</td> <td>5</td> @@ -296,7 +298,7 @@ the sample chart from earlier:</p> <td class="purpleCell"></td> </tr> <tr> - <td>large</td> + <td>xlarge</td> <td class="redCell"></td> <td class="redCell"></td> <td class="redCell"></td> |