Used string from resouces
This commit is contained in:
parent
a8dcdd70c4
commit
f427197186
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ public class MapActivity extends AccessibleActivity implements
|
||||||
// }
|
// }
|
||||||
final int newZoom = mapView.getZoom() + stp;
|
final int newZoom = mapView.getZoom() + stp;
|
||||||
if (newZoom > 22) {
|
if (newZoom > 22) {
|
||||||
AccessibleToast.makeText(this, "Max zoom", Toast.LENGTH_SHORT).show(); //$NON-NLS-1$
|
AccessibleToast.makeText(this, R.string.edit_tilesource_maxzoom, Toast.LENGTH_SHORT).show(); //$NON-NLS-1$
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mapView.getAnimatedDraggingThread().startZooming(newZoom, changeLocation);
|
mapView.getAnimatedDraggingThread().startZooming(newZoom, changeLocation);
|
||||||
|
|
Loading…
Reference in a new issue