We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
重写系统自带控件常见的操作,例如: 1.重写TextView,实现多行展开/收缩效果 2.重写ImageView实现,实现圆角图片效果的CircleImageView或者添加放大缩小操作的PhotoView (https://github.com/hdodenhof/CircleImageView) (https://github.com/chrisbanes/PhotoView) 3.重写Button,实现fancybuttons效果(https://github.com/medyo/Fancybuttons) 都是通过继承系统控件,重写相关代码,增加新的效果,本文以CircleImageView为例介绍重写系统自带控件常见操作。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一、介绍
The text was updated successfully, but these errors were encountered: