diff options
Diffstat (limited to 'docs/html/resources/articles/layout-tricks-stubs.jd')
-rw-r--r-- | docs/html/resources/articles/layout-tricks-stubs.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/articles/layout-tricks-stubs.jd b/docs/html/resources/articles/layout-tricks-stubs.jd index e494a54..88e4b25 100644 --- a/docs/html/resources/articles/layout-tricks-stubs.jd +++ b/docs/html/resources/articles/layout-tricks-stubs.jd @@ -2,7 +2,7 @@ page.title=Layout Tricks: Using ViewStubs @jd:body <p>Sharing and reusing UI components is very easy with Android, thanks to the <a -href="layout-tricks-include.html"><include /></a> tag. Sometimes it's so +href="layout-tricks-reuse.html"><include /></a> tag. Sometimes it's so easy to create complex UI constructs that your UI ends up with a large number of views, some of which are rarely used. Thankfully, Android offers a very special widget called {@link android.view.ViewStub}, which brings you all the benefits |