In my application, I would like to add zoom functionality to my views. Like in an activity I am displaying LinearLayout
etc. But as of now what I know a view can be zoomed in only in WebView
and not in normal view. After all what I want is to zoom in/zoom out feature similar to WebView
in my normal views.
Thanks in advance.