android - Changing the background color and shape of the zoom buttons, AChartEngine -


enter image description hereenter image description herei have sin function in graph, , user able select points on it. however, when pointstyle in renderer point, background of zoom color white/transparent (not sure since background white). however, when add pointstyle.circle (for when user selects point on function) background of zoom buttons change gray. when remove point, changes white/transparent.

is there way force background color of zoom buttons?

also, there way change container shape of zoom buttons. round corners sharp corners. perhaps override?

you cannot change zoom buttons , feel. however, can create custom zoom buttons , hide default ones.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -