是否可以在 ImageView 上使用默认的 android 加载动画?
我知道 android 使用它们自己的加载动画,这些动画包含在 android.jar 中...但是我无法成功地让它们正确地使用 ImageView。例如,下面的代码在我的 xml 文件中给出了一个错误,指出该图像不是公开的...是否有办法让它正常工作,或者甚至可能吗?
<ImageView android:layout_height="wrap_content" android:id="@+id/loadingImg"
android:layout_width="wrap_content" android:paddingTop="6px"
android:paddingLeft="6px" android:src="@android:drawable/spinner_white_16">
</ImageView>
我知道可以将加载的 gif 切片并使用animation-list
,但是仅使用 android 的图像会很方便。
I know android uses their own loading animations through that are included with the android.jar...however I have not been able to successfully get them to work with an ImageView correctly. For instance, the following code gives me an error in my xml file that says the image is not public...is there anyway to get this to work correctly or is it even possible?
<ImageView android:layout_height="wrap_content" android:id="@+id/loadingImg"
android:layout_width="wrap_content" android:paddingTop="6px"
android:paddingLeft="6px" android:src="@android:drawable/spinner_white_16">
</ImageView>
I know its possible to slice a loading gif up and use animation-list
however it would be convenient to just use android's images.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论