diff options
| author | 2011-04-28 14:25:22 -0700 | |
|---|---|---|
| committer | 2011-04-28 14:25:22 -0700 | |
| commit | d7f739b13e0336d6dd02df18d16a73636a795c3f (patch) | |
| tree | 0db9766cc504766b449bd5d0b867db865d555a4b | |
| parent | a68a61dfe37969426c535d076a20181155493226 (diff) | |
| parent | 114ba198f5ae19fc0a632e18369a912c54a0c44e (diff) | |
am 114ba198: am c59e80c4: Merge "docs: fix for Misdirected link in topic Declaring Layout bug 4257430" into honeycomb
* commit '114ba198f5ae19fc0a632e18369a912c54a0c44e':
docs: fix for Misdirected link in topic Declaring Layout bug 4257430
| -rw-r--r-- | docs/html/guide/topics/ui/declaring-layout.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index 2da022c3c58e..4a574be82244 100644 --- a/docs/html/guide/topics/ui/declaring-layout.jd +++ b/docs/html/guide/topics/ui/declaring-layout.jd @@ -295,7 +295,9 @@ Available Resources</a> document.</p> {@link android.view.ViewGroup.MarginLayoutParams} for further information. </p> -<p>For more information about dimensions, see <a href="{@docRoot}guide/topics/resources/available-resources.html#dimension">Dimension Values</a>.</p> + <p>For more information about dimensions, see + <a href="{@docRoot}guide/topics/resources/more-resources.html#Dimension">Dimension Values</a>. + </p> |