Android 点击拉伸文字和图片的效果

来源:互联网 发布:2016年海南旅游数据 编辑:程序博客网 时间:2024/06/04 23:32

PinchZoomTextView

项目地址:androidessence/PinchZoomTextView
简介:A TextView library that allows the user to increase/decrease font size with a two finger gesture by the user.

PinchZoomTextView Library

This library allows you to have a TextView that will grow/shrink the font size using gestures from the user.

Usage

To have access to the library, add the dependency to your build.gradle:

compile 'com.androidessence:pinchzoomtextview:1.0.1'

Developer Notes

By default, the zoom feature is always enabled. If for any reason you want to disable it, simply call thePinchZoomTextView#setZoomEnabled(boolean enabled) method.

Sample

To see the library in action, here is a sample of the text size changing:

Credits & Contact

PinchZoomTextView was created by:

  • Adam McNeilly

With special thanks to Eric Cugota for helping me get this into Bintray and make it available for you.

And it's released under Android Essence blog.

License

PinchZoomTextView is available under the MIT License. You are free to do with it what you want. If you submit a pull request, please add your name to the credits section. :)

原创粉丝点击