summaryrefslogtreecommitdiffstats
path: root/docs/html/design/building-blocks/scrolling.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2015-05-08 03:35:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-08 03:35:57 +0000
commit27e82e7b3824b886ae1179c58c2f7073831d6c6a (patch)
tree2f7faf46fced97a7ff038f0885c3cecf40cb80a6 /docs/html/design/building-blocks/scrolling.jd
parentb2152a43ea8b44772fab5d29dea436f2a4ddc89b (diff)
parentcd7e7dc423cba2d5efaab3e59a3995325d2d0b19 (diff)
downloadframeworks_base-27e82e7b3824b886ae1179c58c2f7073831d6c6a.zip
frameworks_base-27e82e7b3824b886ae1179c58c2f7073831d6c6a.tar.gz
frameworks_base-27e82e7b3824b886ae1179c58c2f7073831d6c6a.tar.bz2
Merge "Doc change: remove design content that has moved to material spec." into mnc-preview-docs
Diffstat (limited to 'docs/html/design/building-blocks/scrolling.jd')
-rw-r--r--docs/html/design/building-blocks/scrolling.jd39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/html/design/building-blocks/scrolling.jd b/docs/html/design/building-blocks/scrolling.jd
deleted file mode 100644
index 04b1e4a..0000000
--- a/docs/html/design/building-blocks/scrolling.jd
+++ /dev/null
@@ -1,39 +0,0 @@
-page.title=Scrolling
-page.tags=scrollview,listview
-@jd:body
-
-
-<p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The
-scrolling speed is proportional to the speed of the gesture.</p>
-<h2 id="indicator">Scroll Indicator</h2>
-
-<p>Appears during scrolling to indicate what portion of the content is currently in view.</p>
-
-<div class="framed-nexus5-land-span-13">
- <video class="play-on-hover" autoplay>
- <source src="{@docRoot}design/media/scroll_indicator.mp4" type="video/mp4">
- <source src="{@docRoot}design/media/scroll_indicator.webm" type="video/webm">
- <source src="{@docRoot}design/media/scroll_indicator.ogv" type="video/ogg">
- </video>
-</div>
-<div class="figure-caption">
- <div class="video-instructions">&nbsp;</div>
-</div>
-
-<h2 id="index-scrolling">Index Scrolling</h2>
-
-<p>In addition to traditional scrolling, a long alphabetical list can also offer index scrolling: a way
-to quickly navigate to the items that begin with a particular letter. With index scrolling, a scroll
-indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
-letter to pop up in a prominent way.</p>
-
-<div class="framed-nexus5-land-span-13">
- <video class="play-on-hover" autoplay>
- <source src="{@docRoot}design/media/scroll_index.mp4" type="video/mp4">
- <source src="{@docRoot}design/media/scroll_index.webm" type="video/webm">
- <source src="{@docRoot}design/media/scroll_index.ogv" type="video/ogg">
- </video>
-</div>
-<div class="figure-caption">
- <div class="video-instructions">&nbsp;</div>
-</div>