gpt4 book ai didi

android - Loader - Android 中的 Gooey 灯光效果

转载 作者:太空狗 更新时间:2023-10-29 14:06:30 25 4
gpt4 key购买 nike

我看到一个加载光标,就像下面的图片链接一样。我的问题是如何使用 Java 或 XML 创建它以便在 Android 应用程序中使用。

Loader Gif Image

最佳答案

嗨,Mehrdad Safari,

     Try this code with required image inserting in animation_code.xml.

1)显示加载器的XML文件

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/loadingPanel"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" >

<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true"
android:indeterminateDrawable="@drawable/animation_code" />

</RelativeLayout>

2)动画代码:

<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android" 
android:drawable="@drawable/a"
android:pivotX="50%"
android:pivotY="50%"

/>

关于android - Loader - Android 中的 Gooey 灯光效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32050809/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com