Hi All,

I have a requirement to zoom entire Relative layout .I found zooming
APIs only from Android 3.0

View.setPivotX(pivot.x);
View.setPivotY(pivot.y);
View.setScaleX(scaleX);
View.setScaleY(scaleY);

We are currently working in Gingerbread.How to use these APIs in
Gingerbread.
Is it possible to get patches and apply in gingerbread so that we can
make use of these APIs in Gingerbread.

Any pointers?

Regards
Bhavani

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to