diff options
| author | Joe Fernandez <joefernandez@google.com> | 2013-11-14 11:41:19 -0800 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2013-11-14 21:00:10 +0000 |
| commit | 33baa5ad7d8cdcc89ce4fbc3bc8cd537d5f5d639 (patch) | |
| tree | 8d69f98bfdfcb1bb606dee0e2068046eaa8cd288 /docs/html/training/improving-layouts | |
| parent | e5d2af6be21a5b9b09667be2597cf1bc4b7a4a1e (diff) | |
| download | frameworks_base-33baa5ad7d8cdcc89ce4fbc3bc8cd537d5f5d639.zip frameworks_base-33baa5ad7d8cdcc89ce4fbc3bc8cd537d5f5d639.tar.gz frameworks_base-33baa5ad7d8cdcc89ce4fbc3bc8cd537d5f5d639.tar.bz2 | |
Removing quotes from page.tags values
Change-Id: I9e12079568ef7be8574743a34856ed2839e1e76a
Diffstat (limited to 'docs/html/training/improving-layouts')
| -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 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.</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> |
