Merge "docs: Fixed link to material design for ScrollView" into qt-dev am: 80b543b45a am: 71f8040c3b am: 379b87531b

am: fe98a0d3bf

Change-Id: I164a9eaaf8eb9b15689203addc1083b6bedaac58
This commit is contained in:
Kevin Hufnagle
2019-09-20 16:05:09 -07:00
committed by android-build-merger

View 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
*/