diff options
Diffstat (limited to 'docs/html/training/improving-layouts/index.jd')
-rw-r--r-- | docs/html/training/improving-layouts/index.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/improving-layouts/index.jd b/docs/html/training/improving-layouts/index.jd index 8cb2258..a2ab7a1 100644 --- a/docs/html/training/improving-layouts/index.jd +++ b/docs/html/training/improving-layouts/index.jd @@ -1,5 +1,5 @@ page.title=Improving Layout Performance -page.tags="include","merge","viewstub","listview" +page.tags=include,merge,viewstub,listview trainingnavtop=true startpage=true @@ -63,4 +63,4 @@ portions of your layout on demand.</dd> <dd>If you've built an instance of {@link android.widget.ListView} that contains complex or data-heavy content in each list item, the scroll performance of the list might suffer. This lesson provides some tips about how you can make your scrolling performance more smooth.</dd> -</dl>
\ No newline at end of file +</dl> |