diff options
author | Joe Fernandez <joefernandez@google.com> | 2015-04-02 23:48:38 -0700 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2015-04-14 12:53:12 -0700 |
commit | 49ca2de88a3811c93ef0fcbabd006154a315c951 (patch) | |
tree | 69b04c16ed0ce058cb999acee093638b498da99d /docs/html/design/patterns/actionbar.jd | |
parent | f2ff12ba00ba7c290bc15ea28fdcf3c6d6d1029a (diff) | |
download | frameworks_base-49ca2de88a3811c93ef0fcbabd006154a315c951.zip frameworks_base-49ca2de88a3811c93ef0fcbabd006154a315c951.tar.gz frameworks_base-49ca2de88a3811c93ef0fcbabd006154a315c951.tar.bz2 |
docs: Add Cross-References to Material Design Spec
Change-Id: I6945f2234beb21b368a64ecad7a1680447310d5c
Diffstat (limited to 'docs/html/design/patterns/actionbar.jd')
-rw-r--r-- | docs/html/design/patterns/actionbar.jd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd index f28df01..5467722 100644 --- a/docs/html/design/patterns/actionbar.jd +++ b/docs/html/design/patterns/actionbar.jd @@ -5,6 +5,14 @@ page.metaDescription=The Action bar is an essential design element for all apps. <img src="{@docRoot}design/media/action_bar_pattern_overview.png"> + +<a class="notice-designers-material" href="http://www.google.com/design/spec/layout/structure.html#structure-app-bar"> + <div> + <h3>Material Design</h3> + <p>App Bar<p> + </div> +</a> + <a class="notice-developers" href="{@docRoot}guide/topics/ui/actionbar.html"> <div> <h3>Developer Docs</h3> @@ -12,7 +20,6 @@ page.metaDescription=The Action bar is an essential design element for all apps. </div> </a> - <p>The <em>action bar</em> is a dedicated piece of real estate at the top of each screen that is generally persistent throughout the app.</p> <p><strong>It provides several key functions</strong>:</p> <ul> |