登录 注册
当前位置:主页 > 资源下载 > 15 > 根据手势调整Android TextView文本的缩放大小

根据手势调整Android TextView文本的缩放大小

  • 更新:2024-08-31 15:06:50
  • 大小:1.26MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

ZoomTextView A custom TextView, when pinch in out gesture used, then it reizes text size. How to use ? Import the ZoomTextView.java class in your project and use it as following. Can also set the zoom in threshold using this method textView.setZoomLimit(float value); Initial value of threshold is 3.0, so text will be zoomed 3 times its original size.