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
Found the solution:
Just add <item name="windowActionModeOverlay">true</item> to my style.
Now the bar properly display over my existing bar.
Now, can I change the style of that bar?
And can the style and text of the list (Distance / Area/ Select Unit, etc.) be modified?