diff options
| author | 2019-09-20 15:39:50 -0700 | |
|---|---|---|
| committer | 2019-09-20 15:39:50 -0700 | |
| commit | 71f8040c3bbd4bd979a877f7d9bb5b6ca2adb09a (patch) | |
| tree | 63c9e9fc5561682c3c16d8191b22abf1d025d00f | |
| parent | 23da52265b115256fe7358c2cb9c943c4e25c976 (diff) | |
| parent | 80b543b45a6309182802300f8ba85be7833de822 (diff) | |
Merge "docs: Fixed link to material design for ScrollView" into qt-dev
am: 80b543b45a
Change-Id: Ic7cc4494a88e6feaedf85626270ed1e8057189f5
| -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 */ |