Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c3ca49e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update deprecated link to RecyclerView" am: 9e169060 am: 98aee6b9 am: a8faba9e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1539888

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib372d4d26974f4c0ebcb1eb0988f96b993350a24
parents 10023a42 a8faba9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
 *