fix icon
This commit is contained in:
parent
94dcc88b0e
commit
a802e3b427
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class OsmandExtraSettings extends OsmandPlugin {
|
|||
}
|
||||
});
|
||||
|
||||
final MapInfoControlRegInfo showDestinationArrow = mapInfoControls.registerAppearanceWidget(0, R.string.map_widget_show_destionation_arrow,
|
||||
final MapInfoControlRegInfo showDestinationArrow = mapInfoControls.registerAppearanceWidget(R.drawable.widget_show_destination_arrow, R.string.map_widget_show_destionation_arrow,
|
||||
"show_destination_arrow", view.getSettings().SHOW_DESTINATION_ARROW);
|
||||
showDestinationArrow.setStateChangeListener(new Runnable() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue