Sephy
Sephy

Reputation: 50442

which view/widget can support zooming in android?

I think my question 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 TextViews and ImageViews?

I will edit this post to have a list of the answers.

Upvotes: 1

Views: 447

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007494

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.

Upvotes: 2

Related Questions