mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Change overlay text color to white
This commit is contained in:
parent
76bbc810c8
commit
e75c7fc5e8
3 changed files with 3 additions and 1 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(R.drawable.icon_war);
|
||||
icon.setImageResource(R.drawable.icon_landmark);
|
||||
|
||||
// Return the completed view to render on screen
|
||||
return convertView;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue