mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Add road, remove old icons
This commit is contained in:
parent
d32755fd4e
commit
6fbde932d0
9 changed files with 3 additions and 0 deletions
|
|
@ -256,6 +256,9 @@ public class NearbyListFragment extends ListFragment implements TaskListener {
|
|||
case "bridge":
|
||||
icon.setImageResource(R.drawable.round_icon_bridge);
|
||||
break;
|
||||
case "road":
|
||||
icon.setImageResource(R.drawable.round_icon_road);
|
||||
break;
|
||||
case "forest":
|
||||
icon.setImageResource(R.drawable.round_icon_forest);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue