diff options
| author | Joe Fernandez <joefernandez@google.com> | 2012-04-03 10:08:09 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-03 10:08:09 -0700 |
| commit | c1a0e54de12aee41163b84a25ea8dfc8b64304dc (patch) | |
| tree | 26cd1b52f88f81e844226f27bc9c310aa5bd1967 /docs/html/guide/guide_toc.cs | |
| parent | 02a309f8d39649404426683e186fa52638986937 (diff) | |
| parent | b459b619b389f999564c3c526fe703e0c966ed9b (diff) | |
| download | frameworks_base-c1a0e54de12aee41163b84a25ea8dfc8b64304dc.zip frameworks_base-c1a0e54de12aee41163b84a25ea8dfc8b64304dc.tar.gz frameworks_base-c1a0e54de12aee41163b84a25ea8dfc8b64304dc.tar.bz2 | |
am b459b619: am 945b7cb3: Merge "docs: Accessibility Dev Guide (subsumes Accessibility Best Practices)" into ics-mr1
* commit 'b459b619b389f999564c3c526fe703e0c966ed9b':
docs: Accessibility Dev Guide (subsumes Accessibility Best Practices)
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
| -rw-r--r-- | docs/html/guide/guide_toc.cs | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 92bc83e..ec87de8 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -160,6 +160,20 @@ <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html"> <span class="en">Custom Components</span> </a></li> + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/index.html"> + <span class="en">Accessibility</span> + <span class="new">new!</span> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/apps.html"> + <span class="en">Making Applications Accessible</span> + </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/services.html"> + <span class="en">Building Accessibility Services</span> + </a></li> + </ul> + </li> <li><a href="<?cs var:toroot ?>guide/topics/ui/binding.html"> <span class="en">Binding to Data with AdapterView</span> </a></li> @@ -833,9 +847,6 @@ applications</span> </li> </ul> <ul> - <li><a href="<?cs var:toroot ?>guide/practices/design/accessibility.html"> - <span class="en">Designing for Accessibility</span> - </a></li> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/practices/design/performance.html"> <span class="en">Designing for Performance</span> |
