diff options
| author | Kevin Hufnagle <khufnagle@google.com> | 2019-09-20 15:54:00 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-09-20 15:54:00 -0700 |
| commit | fe98a0d3bf6b624bd3c424ae4666a3c8f924ac1b (patch) | |
| tree | eaebdacca6224cfa8586aad17da851692b14b050 /core/java/android/widget/ScrollView.java | |
| parent | d69f2f1b97d48d28e18175b1d72f3db009a32d04 (diff) | |
| parent | 379b87531bc68326333bd8a21704e9285941ad50 (diff) | |
Merge "docs: Fixed link to material design for ScrollView" into qt-dev am: 80b543b45a am: 71f8040c3b
am: 379b87531b
Change-Id: Ia2422002d2f4b654c75116003501a248b65bf07d
Diffstat (limited to 'core/java/android/widget/ScrollView.java')
| -rw-r--r-- | core/java/android/widget/ScrollView.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/widget/ScrollView.java b/core/java/android/widget/ScrollView.java index a3e89c85fcbc..51b0950a7544 100644 --- a/core/java/android/widget/ScrollView.java +++ b/core/java/android/widget/ScrollView.java @@ -71,9 +71,9 @@ import java.util.List; * instead of scroll view which offers greater user interface flexibility and * support for the material design scrolling patterns.</p> * - * <p>To learn more about material design patterns for handling scrolling, see - * <a href="https://material.io/guidelines/patterns/scrolling-techniques.html#"> - * Scrolling techniques</a>.</p> + * <p>Material Design offers guidelines on how the appearance of + * <a href="https://material.io/components/">several UI components</a>, including app bars and + * banners, should respond to gestures.</p> * * @attr ref android.R.styleable#ScrollView_fillViewport */ |
