diff options
| author | 2022-11-02 22:59:53 +0000 | |
|---|---|---|
| committer | 2022-11-02 22:59:53 +0000 | |
| commit | f74a4b312b92e84e4a18eecea8cdabc689e58dde (patch) | |
| tree | 37d5fecfed87c54626c558022473a8effd0e2515 | |
| parent | ae3cd5f9e9bae11d8c12191c1ff6e53c1ca99cfb (diff) | |
| parent | 4b376be8dfa2c78e6a658be6054227bf592f0241 (diff) | |
Merge "Removed outdated link."
| -rw-r--r-- | core/java/android/widget/ListView.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/widget/ListView.java b/core/java/android/widget/ListView.java index 5e74381dce22..510a92d1b2ca 100644 --- a/core/java/android/widget/ListView.java +++ b/core/java/android/widget/ListView.java @@ -116,9 +116,7 @@ import java.util.function.Predicate; * <p class="note">ListView attempts to reuse view objects in order to improve performance and * avoid a lag in response to user scrolls. To take advantage of this feature, check if the * {@code convertView} provided to {@code getView(...)} is null before creating or inflating a new - * view object. See - * <a href="{@docRoot}training/improving-layouts/smooth-scrolling.html"> - * Making ListView Scrolling Smooth</a> for more ways to ensure a smooth user experience.</p> + * view object.</p> * * <p>To specify an action when a user clicks or taps on a single list item, see * <a href="{@docRoot}guide/topics/ui/declaring-layout.html#HandlingUserSelections"> |