docs: remove old broken link

Change-Id: If39d214fde055c412dd881c282e543975a7cbc49
test: make ds-docs
bug: 120135854
This commit is contained in:
Joshua Baxter
2019-11-05 23:55:34 +00:00
parent b0bcbb0c35
commit 5e3b85b46d

View File

@@ -120,10 +120,6 @@ import java.util.function.Predicate;
* <a href="{@docRoot}training/improving-layouts/smooth-scrolling.html">
* Making ListView Scrolling Smooth</a> for more ways to ensure a smooth user experience.</p>
*
* <p>For a more complete example of creating a custom adapter, see the
* <a href="{@docRoot}samples/CustomChoiceList/index.html">
* Custom Choice List</a> sample app.</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">
* Handling click events</a>.</p>