Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a6675d52c4
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class MapRouteInfoControl implements IRouteInformationListener {
|
|||
private void updateWptBtn(final View parentView) {
|
||||
ImageView wptBtn = (ImageView) parentView.findViewById(R.id.waypoints);
|
||||
wptBtn.setImageDrawable(mapActivity.getMyApplication().getIconsCache()
|
||||
.getContentIcon(R.drawable.ic_action_flag_dark));
|
||||
.getContentIcon(R.drawable.map_action_waypoints));
|
||||
wptBtn.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
|
Loading…
Reference in a new issue