diff options
Diffstat (limited to 'docs/html/resources/articles/layout-tricks-merge.jd')
| -rw-r--r-- | docs/html/resources/articles/layout-tricks-merge.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/resources/articles/layout-tricks-merge.jd b/docs/html/resources/articles/layout-tricks-merge.jd index 3e165d2..00e0479 100644 --- a/docs/html/resources/articles/layout-tricks-merge.jd +++ b/docs/html/resources/articles/layout-tricks-merge.jd @@ -1,7 +1,9 @@ page.title=Layout Tricks: Merging Layouts @jd:body -<p>The <a href=""></a> articles showed you how to use the <code><include /></code> tag in XML layouts, to reuse and share your layout code. This article explains the <code><merge /></code> tag and how it complements the <code><include /></code> tag.</p> +<p>The articles showed you how to use the <code><include /></code> tag in XML layouts, to +reuse and share your layout code. This article explains the <code><merge /></code> tag and how +it complements the <code><include /></code> tag.</p> <p>The <code><merge /></code> tag was created for the purpose of optimizing Android layouts by reducing the number of levels in view trees. It's |
