mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Display drawable icon appropriately (not conditional yet)
This commit is contained in:
parent
2a7a0a3e08
commit
76bbc810c8
4 changed files with 7 additions and 7 deletions
|
|
@ -148,7 +148,7 @@ public class NearbyListFragment extends ListFragment {
|
|||
|
||||
//TODO: Check for description type and set Drawable image here
|
||||
//Types of desc: landmark, city, event, mountain, isle
|
||||
icon.setImageResource(place.image);
|
||||
icon.setImageResource(R.drawable.icon_war);
|
||||
|
||||
// Return the completed view to render on screen
|
||||
return convertView;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue