Android 大图自动滚动背景
Android automatically scrolling background for large image
我想创建一个包含大(非常宽)图像的背景,该图像在无限循环中不断滚动。
所以基本上,每次只显示图像的一个矩形(裁剪),并且该矩形在图像顶部继续平滑滚动,依次显示图像的不同部分。
我该怎么做?
您可以在后台设置.gif图片文件:
Is it possible to set an animated gif file as background of my app in android?
或
你可以自己实现Parallax
我想创建一个包含大(非常宽)图像的背景,该图像在无限循环中不断滚动。
所以基本上,每次只显示图像的一个矩形(裁剪),并且该矩形在图像顶部继续平滑滚动,依次显示图像的不同部分。
我该怎么做?
您可以在后台设置.gif图片文件: Is it possible to set an animated gif file as background of my app in android?
或
你可以自己实现Parallax