是否可以在 ImageView 上使用默认的 android 加载动画?

发布于 2024-10-08 10:26:23 字数 513 浏览 0 评论 0原文

我知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文