2

Can I change the size of the zoom button on achartengine? I know I can use my own custom implementation of the buttons, but I would like to use the achartengine zoom buttons.

If changing the size of the zoom button is not an option, does anybody know of holo theme zoom buttons? I noticed btn_zoom is no longer on android drawables after 2.3

Serge Belov
  • 5,633
  • 1
  • 31
  • 40
Chrystian
  • 977
  • 3
  • 11
  • 24

2 Answers2

0

No, you cannot change the size of the zoom buttons.

Dan D.
  • 32,246
  • 5
  • 63
  • 79
-1

Finally I did this by designing the custom buttons and hiding the default buttons. Check this discussion achartengine custom zoom buttons

Community
  • 1
  • 1
Sandeep Tengale
  • 152
  • 4
  • 13
  • This is not an answer to the question. Please don't post comments or questions as answers. If the provided answers to this question do not help you, you may ask a seperate question explaining why the answers here do not address your problem. – germi May 13 '15 at 14:25