BUG:140947822

Change-Id: I77b9e3a5b466afea51467418f25ffe7f1b921c7d
This commit is contained in:
David Castro
2019-11-18 20:10:38 +00:00
parent 330701c156
commit 2ec0df7dfc

View File

@@ -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