diff --git a/core/java/android/widget/ScrollView.java b/core/java/android/widget/ScrollView.java index eb93fdf5e84a9..1cc8ff69408e5 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.

* - *

To learn more about material design patterns for handling scrolling, see - * - * Scrolling techniques.

+ *

Material Design offers guidelines on how the appearance of + * several UI components, including app bars and + * banners, should respond to gestures.

* * @attr ref android.R.styleable#ScrollView_fillViewport */