docs: Add link to action bar design pattern.

Change-Id: I3e00c3bb81f785c70138ae1069e065d9118f031e
related-to-bug: 5833099
This commit is contained in:
Roman Nurik
2012-07-17 10:28:22 -07:00
parent 388953942b
commit d0e84d30c8

View File

@@ -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>