登录 注册
当前位置:主页 > 资源下载 > 22 > Android代码实现图片上下滚动时的缩放动画

Android代码实现图片上下滚动时的缩放动画

  • 更新:2024-08-24 20:56:26
  • 大小:4.34MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

FocusResize A custom animation with scroll listener to recycler views Based in UltraVisual example of Ray Wenderlich. Download To add the FocusResize library to your Android Studio project, simply add the following gradle dependency, with min sdk version of 19: compile 'com.borjabravo:focusresize:1.0.0' Usage To use the FocusResize on your app, you should create a custom adapter that extends from FocusResizeAdapter. For example: public class DefaultAdapter extends FocusResizeAdapter