android - ImageView 中的动画位图(模拟报亭应用程序 - Ken Burns Effect)

标签 android android-animation android-imageview android-kenburnsview

如何模拟 Google 的 Newsstand app 中的标题图片? ?

我想要实现的效果是一个“移动的”图像,其中 ImageView 内的位图被缓慢平移和缩放。

谢谢

最佳答案

我偶然发现了 this repo在 GitHub 上,这似乎是您要找的东西?它是一个库,提供报亭应用程序使用的 ActionBar 的实现,如所述 in this blog post by Flavien Laurent

关于android - ImageView 中的动画位图(模拟报亭应用程序 - Ken Burns Effect),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20181390/

相关文章:

android - 单击按钮 10 秒后如何使 imageView 可见?

android - 我想要 SimpleAdapter 中的 Imageview 吗?

android - 仅为开始设置重复动画的开始偏移

android - 你如何重绘 fragment ?

java - SQLite db 重复值 Android

android - 自定义 Android 日历 View

android-animation - 使用 Object AnimatorAndorid 进行对角线平移

android - 动画 RecyclerView 不工作

java - 如何检查 ImageView 是否包含 Bitmap?

android - 从 Activity 上下文外部调用 startActivity() 需要 FLAG_ACTIVITY_NEW_TASK 标志异常 - Android