which view/widget can support zooming in android?
I think my questi开发者_C百科on is fairly clear, I would like to know if every kind of view can support zoom.
I know that some have built in zoom controls like the MapView
and the WebView
, but how about a LinearLayout
with some TextView
s and ImageView
s?
I will edit this post to have a list of the answers.
I would like to know if every kind of view can support zoom
No. The only widgets with built-in zoom that I am aware of are MapView
and WebView
.
精彩评论