Zoom/Scale Fragment

Djweb75

New Member
I am implementing a fragment based application on android 2.3.1. The fragment support is via the compatibility pack. I need to implement a zoom/scale of the current fragment on a 2 finger pinch gesture, although I could not find any documentation on how to zoom a fragment. So my question is: Is it possible to zoom a fragment in android 2.3.1?
 
Top