mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Converted nearby list to recycler view and fixed a few issues pointed out by static code analysis.
This commit is contained in:
parent
31b12ba399
commit
6ccc608a1e
15 changed files with 292 additions and 193 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue