diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-12-09 10:33:02 -0800 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2014-12-09 10:33:02 -0800 |
commit | 8ba131684fc0bdc42b17119da796bb971a9c766a (patch) | |
tree | 8b8db1a2bc10baedf6adac883430e25217a285ea /docs/html/design/material | |
parent | a111eb840bd85c74bf77efca4fce0213b56ff1bd (diff) | |
download | frameworks_base-8ba131684fc0bdc42b17119da796bb971a9c766a.zip frameworks_base-8ba131684fc0bdc42b17119da796bb971a9c766a.tar.gz frameworks_base-8ba131684fc0bdc42b17119da796bb971a9c766a.tar.bz2 |
docs: Adding links to material design videos
Change-Id: I07d849f9338a35179b0bb967e8ea3dd29736730a
Diffstat (limited to 'docs/html/design/material')
-rw-r--r-- | docs/html/design/material/index.jd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/html/design/material/index.jd b/docs/html/design/material/index.jd index db18a83..4d9a1a7 100644 --- a/docs/html/design/material/index.jd +++ b/docs/html/design/material/index.jd @@ -5,6 +5,40 @@ page.image=design/material/images/MaterialLight.png @jd:body +<!-- developer docs box --> +<a class="notice-developers right" href="{@docRoot}training/material/index.html"> + <div> + <h3>Developer Docs</h3> + <p>Creating Apps with Material Design</p> + </div> +</a> + +<!-- video box --> +<a class="notice-developers-video" href="https://www.youtube.com/watch?v=p4gmvHyuZzw"> +<div> + <h3>Video</h3> + <p>Introduction to Material Design</p> +</div> +</a> + +<!-- video box --> +<a class="notice-developers-video" href="https://www.youtube.com/watch?v=YaG_ljfzeUw"> +<div> + <h3>Video</h3> + <p>Paper and Ink: The Materials that Matter</p> +</div> +</a> + +<!-- video box --> +<a class="notice-developers-video" href="https://www.youtube.com/watch?v=XOcCOBe8PTc"> +<div> + <h3>Video</h3> + <p>Material Design in the Google I/O App</p> +</div> +</a> + + + <p itemprop="description">Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. Android now includes support for material design apps. To use material design in your Android apps, follow the guidelines defined |