OSDN Git Service

Merge "docs: Fixed link to material design for ScrollView" into qt-dev
authorKevin Hufnagle <khufnagle@google.com>
Fri, 20 Sep 2019 22:39:50 +0000 (15:39 -0700)
committerandroid-build-merger <android-build-merger@google.com>
Fri, 20 Sep 2019 22:39:50 +0000 (15:39 -0700)
am: 80b543b45a

Change-Id: Ic7cc4494a88e6feaedf85626270ed1e8057189f5

core/java/android/widget/ScrollView.java

index a3e89c8..51b0950 100644 (file)
@@ -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
  */