From 33baa5ad7d8cdcc89ce4fbc3bc8cd537d5f5d639 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 14 Nov 2013 11:41:19 -0800 Subject: Removing quotes from page.tags values Change-Id: I9e12079568ef7be8574743a34856ed2839e1e76a --- docs/html/training/improving-layouts/index.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/html/training/improving-layouts') diff --git a/docs/html/training/improving-layouts/index.jd b/docs/html/training/improving-layouts/index.jd index af29d3f..2f44c30 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 @@ -56,4 +56,4 @@ portions of your layout on demand.
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.
- \ No newline at end of file + -- cgit v1.1