How to use zoom controls on TextView in Android ?

Posted by mob-king on Stack Overflow See other posts from Stack Overflow or by mob-king
Published on 2010-05-14T08:05:11Z Indexed on 2010/05/14 11:54 UTC
Read the original article Hit count: 658

Filed under:

I want to zoom text that is displayed at center of screen as per user choice. How can I achieve this ? Using pinch multitouch cannot be tested on emulator and I want something that I can test on Android emulator. Can I use zoom in and out controls to control only text view for my layout ? Or Can I use webview to contain a text as webview has default zoom in out buttons ?

© Stack Overflow or respective owner

Related posts about android