How to change the MeasuringTool UI?

3046
1
04-27-2016 10:13 AM
FrancisGagne
New Contributor


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

Tags (1)
0 Kudos
1 Reply
FrancisGagne
New Contributor

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?

0 Kudos