Merge "Update deprecated link to RecyclerView" am: 9e1690609b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1539888 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9f0ff14d892c2afffca615973ecb840a655a7c33
This commit is contained in:
@@ -73,7 +73,7 @@ import java.util.function.Predicate;
|
|||||||
/**
|
/**
|
||||||
* <p>Displays a vertically-scrollable collection of views, where each view is positioned
|
* <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
|
* 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>
|
* <p>To display a list, you can include a list view in your layout XML file:</p>
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user