I tried the MeasuringTool with this code:
MeasuringTool measuringTool = new MeasuringTool(mMapView);
startActionMode(measuringTool);
I don't want a new ActionBar above the one I already have!
Can I change the way the Setting, Previous and Delete buttons display while I'm measuring?
Thanks