Fix folder icons

This commit is contained in:
PavelRatushny 2017-12-12 11:30:53 +02:00
parent 2bb3e1c8be
commit 6424d2e861
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ public class FavouritePointMenuController extends MenuController {
@Override
public Drawable getSecondLineTypeIcon() {
return getIcon(R.drawable.map_small_group);
return getIcon(R.drawable.ic_action_group_name_16);
}
@Override

View file

@ -78,7 +78,7 @@ public class WptPtMenuController extends MenuController {
if (Algorithms.isEmpty(getTypeStr())) {
return null;
} else {
return getIcon(R.drawable.map_small_group);
return getIcon(R.drawable.ic_action_group_name_16);
}
}