summaryrefslogtreecommitdiffstats
path: root/docs/html/design/patterns/gestures.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/design/patterns/gestures.jd')
-rw-r--r--docs/html/design/patterns/gestures.jd10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/html/design/patterns/gestures.jd b/docs/html/design/patterns/gestures.jd
index 1ec7094..ada0735 100644
--- a/docs/html/design/patterns/gestures.jd
+++ b/docs/html/design/patterns/gestures.jd
@@ -2,6 +2,14 @@ page.title=Gestures
page.tags=gesture,input,touch
@jd:body
+<a class="notice-designers-material"
+ href="http://www.google.com/design/spec/patterns/gestures.html">
+ <div>
+ <h3>Material Design</h3>
+ <p>Gestures<p>
+ </div>
+</a>
+
<p>Gestures allow users to interact with your app by manipulating the screen objects you provide. The
following table shows the core gesture set that is supported in Android.</p>
@@ -92,7 +100,7 @@ following table shows the core gesture set that is supported in Android.</p>
</li>
</ul>
</div>
-
+
</div>