summaryrefslogtreecommitdiffstats
path: root/docs/html/design
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2012-07-17 10:28:22 -0700
committerRoman Nurik <romannurik@google.com>2012-07-17 10:30:51 -0700
commitd0e84d30c89300993d45307959a86ad1ceb06da2 (patch)
treecfc58f09dccfae7644beccfaa956c1afdfd129c5 /docs/html/design
parent388953942b536b5eebd942ef78ae5b7499bc2078 (diff)
downloadframeworks_base-d0e84d30c89300993d45307959a86ad1ceb06da2.zip
frameworks_base-d0e84d30c89300993d45307959a86ad1ceb06da2.tar.gz
frameworks_base-d0e84d30c89300993d45307959a86ad1ceb06da2.tar.bz2
docs: Add link to action bar design pattern.
Change-Id: I3e00c3bb81f785c70138ae1069e065d9118f031e related-to-bug: 5833099
Diffstat (limited to 'docs/html/design')
-rw-r--r--docs/html/design/patterns/actionbar.jd4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd
index fe77e79..4206301 100644
--- a/docs/html/design/patterns/actionbar.jd
+++ b/docs/html/design/patterns/actionbar.jd
@@ -141,7 +141,9 @@ selected data or text.</p>
</ul>
<p>Use CABs whenever you allow the user to select data via long press. You can control the action
content of a CAB in order to insert the actions you would like the user to be able to perform.</p>
-<p>For more information, refer to the "Selection" pattern.</p>
+<p>For more information, refer to the <a href="{@docRoot}design/patterns/selection.html">Selection
+pattern</a>.</p>
+
<h2 id="elements">Action Bar Elements</h2>
<h4>Tabs</h4>