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

Commit 2ec0df7d authored by David Castro's avatar David Castro
Browse files

Removes reference to deprecated code sample,...

Removes reference to deprecated code sample, https://github.com/googlesamples/android-CustomChoiceList.

BUG:140947822

Change-Id: I77b9e3a5b466afea51467418f25ffe7f1b921c7d
parent 330701c1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -49,9 +49,6 @@ import java.util.List;
 * To customize what type of view is used for the data object,
 * override {@link #getView(int, View, ViewGroup)}
 * and inflate a view resource.
 * For a code example, see
 * the <a href="https://github.com/googlesamples/android-CustomChoiceList/#readme">
 * CustomChoiceList</a> sample.
 * </p>
 * <p>
 * For an example of using an array adapter with a ListView, see the