Converted nearby list to recycler view and fixed a few issues pointed out by static code analysis.

This commit is contained in:
Paul Hawke 2017-07-09 16:03:06 -05:00
parent 31b12ba399
commit 6ccc608a1e
15 changed files with 292 additions and 193 deletions

View file

@ -4,7 +4,7 @@
android:orientation="vertical"
>
<ListView
<android.support.v7.widget.RecyclerView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"