Merge "Update deprecated link to RecyclerView"

This commit is contained in:
Treehugger Robot
2021-01-07 20:13:51 +00:00
committed by Gerrit Code Review

View File

@@ -73,7 +73,7 @@ import java.util.function.Predicate;
/**
* <p>Displays a vertically-scrollable collection of views, where each view is positioned
* immediatelybelow the previous view in the list. For a more modern, flexible, and performant
* approach to displaying lists, use {@link android.support.v7.widget.RecyclerView}.</p>
* approach to displaying lists, use {@link androidx.recyclerview.widget.RecyclerView}.</p>
*
* <p>To display a list, you can include a list view in your layout XML file:</p>
*