diff options
| author | Dirk Dougherty <> | 2009-04-28 21:54:14 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-28 21:54:14 -0700 |
| commit | bce7bc9286d1f470b6d141b058d5df47261827a8 (patch) | |
| tree | dafb0d9117e5ed56b12eed7f8d957e471814794a /docs/html/guide/guide_toc.cs | |
| parent | 856d0150da8dffbadd17e9853bcf0847c030b9c9 (diff) | |
| parent | 596451ce46f6c7c49e399d3b4025d0f42c5cb979 (diff) | |
| download | frameworks_base-bce7bc9286d1f470b6d141b058d5df47261827a8.zip frameworks_base-bce7bc9286d1f470b6d141b058d5df47261827a8.tar.gz frameworks_base-bce7bc9286d1f470b6d141b058d5df47261827a8.tar.bz2 | |
am 596451c: AI 147796: Add widget design guidelines to new UI Guidelines
Merge commit '596451ce46f6c7c49e399d3b4025d0f42c5cb979' into donut
* commit '596451ce46f6c7c49e399d3b4025d0f42c5cb979':
AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
| -rw-r--r-- | docs/html/guide/guide_toc.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index a5fdae9..39f4abf 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -143,6 +143,12 @@ <li><h2>Best Practices</h2> <ul> + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">UI Guidelines</a></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">Widget Design</a></li> + </ul> + </li> <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html">Designing for Performance</a></li> <li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html">Designing for Responsiveness</a></li> <li><a href="<?cs var:toroot ?>guide/practices/design/seamlessness.html">Designing for Seamlessness</a></li> |
