Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题可能看起来很简单。我想在活动中插入这种图像作为背景。(普通图像可以通过可绘制资源中的 android:background 或 setBackground 插入)。但是这种图像插入是否可能?或任何其他替代方式来实现这一目标?请建议。
Android 并不真正以简单的方式支持动画 gif,因此它已经过时了。您可以有一个带有背景可绘制的布局,您可以使用AsyncTask或Handler循环图像。背景布局将包含您的所有 UI 元素(或具有您的 UI 元素的其他布局),layout_width并且layout_height设置为"match_parent".
AsyncTask
Handler
layout_width
layout_height
"match_parent"