I have a hack for you but it might not be that efficient and as
functional.What you can do is get the snapshot of rootview enabling
Drawing cache .Once you get the snapshot as a bitmap use it for some
custom View whose onDraw() function controls zoom-in and zoom-out.You
can change the bounds of the drawable for zooming in and out.

regards,
Ravi Pandit - The PPite
PathPartner Tech.
www.pathpartnertech.com

On May 28, 3:12 am, Kasra Rahjerdi <[email protected]>
wrote:
> Hello!
> I'm trying to figure out a way to use zoom-in features similar to
> those present in WebView in a standard View. My application's users
> include those with bad eye-sight and I would like to allow them to
> zoom-in on different parts of the screen and then zoom back out. I
> don't think this there is any method available to do this currently
> but I would like some direction on how to make this myself.
> I am planning on creating a dialog similar to that in the 1.5 Browser
> but I have no idea how to make that actually zoom-in/zoom-out of the
> screen. Is my only option to dynamically increase only the size of
> text used in the application?
>
> Thanks,
> Kasra

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

Reply via email to