How to program this zoom control for zoom in and zoom out? But I want zoom text (not picture). Is it possible to zooming text? In internet all people zooming picture.. But is not the same than text.
Asked
Active
Viewed 63 times
0
-
You can control the zooming in and out of the text by setting the size of he the text. – Jul 12 '16 at 11:53
-
@SurendraSingh Can you explain? I want to zoom text in app after use button which I have on the screen :/ – Filip Nowicki Jul 12 '16 at 12:44
-
You can refer to this question http://stackoverflow.com/questions/3687065/textview-settextsize-behaves-abnormally-how-to-set-text-size-of-textview-dynam if you have some kind of textview in your android app. Then using the above feature you can show the zoom effect by changing the text size in the text view. – Jul 12 '16 at 12:57
-
I don't understand that... Where I must paste that code? When I paste to anything.java I have a lot of errors.. :/ – Filip Nowicki Jul 13 '16 at 10:58