标签: java android animation android-recyclerview
我无法在scale animation项中制作recyclerview,如下图所示,您能帮我吗
scale animation
recyclerview
holder.mPhotoIv.animate().scaleX(0f) holder.mPhotoIv.animate().scaleY(1.2f)
我尝试过但是没有帮助
答案 0 :(得分:0)
尝试一下
holder.mPhotoIv.animate().scaleX(0.0f).scaleY(1.2f).setDuration(1500).start();