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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -