Change overlay text color to white

This commit is contained in:
misaochan 2016-08-29 19:56:43 +12:00
parent 76bbc810c8
commit e75c7fc5e8
3 changed files with 3 additions and 1 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(R.drawable.icon_war);
icon.setImageResource(R.drawable.icon_landmark);
// Return the completed view to render on screen
return convertView;