Display drawable icon appropriately (not conditional yet)

This commit is contained in:
misaochan 2016-08-29 19:52:33 +12:00
parent 2a7a0a3e08
commit 76bbc810c8
4 changed files with 7 additions and 7 deletions

View file

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