Android:将评分栏动画化以展开和收缩每个星星
创始人
2024-10-13 13:00:56
0

以下是一个使用Android动画库来实现评分栏动画化展开和收缩每个星星的示例代码:

首先,确保你已经添加了Android动画库的依赖项。可以在build.gradle文件中添加以下行来添加依赖项:

implementation 'com.android.support:design:28.0.0'

接下来,在你的布局文件中添加一个包含星星的评分栏。可以使用RecyclerView或LinearLayout等布局:



    

    

    

    

    


然后,在你的活动或碎片中使用以下代码来设置动画:

private boolean isExpanded = false;

private void toggleRatingBar() {
    LinearLayout ratingBarContainer = findViewById(R.id.ratingBarContainer);
    ImageView star1 = findViewById(R.id.star1);
    ImageView star2 = findViewById(R.id.star2);
    ImageView star3 = findViewById(R.id.star3);
    ImageView star4 = findViewById(R.id.star4);
    ImageView star5 = findViewById(R.id.star5);

    if (isExpanded) {
        // 收缩动画
        AnimationUtils.collapse(ratingBarContainer);
        isExpanded = false;
    } else {
        // 展开动画
        AnimationUtils.expand(ratingBarContainer);
        isExpanded = true;
    }

    // 每个星星的动画
    AnimationUtils.animateStar(star1);
    AnimationUtils.animateStar(star2);
    AnimationUtils.animateStar(star3);
    AnimationUtils.animateStar(star4);
    AnimationUtils.animateStar(star5);
}

最后,你需要创建一个辅助类AnimationUtils,其中包含展开和收缩评分栏动画以及每个星星的动画:

import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.Transformation;
import android.widget.ImageView;

public class AnimationUtils {

    public static void expand(final View view) {
        view.measure(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
        final int targetHeight = view.getMeasuredHeight();

        view.getLayoutParams().height = 0;
        view.setVisibility(View.VISIBLE);

        Animation animation = new Animation() {
            @Override
            protected void applyTransformation(float interpolatedTime, Transformation t) {
                view.getLayoutParams().height = interpolatedTime == 1
                        ? ViewGroup.LayoutParams.WRAP_CONTENT
                        : (int) (targetHeight * interpolatedTime);
                view.requestLayout();
            }

            @Override
            public boolean willChangeBounds() {
                return true;
            }
        };

        animation.setDuration((int) (targetHeight / view.getContext().getResources().getDisplayMetrics().density));
        view.startAnimation(animation);
    }

    public static void collapse(final View view) {
        final int initialHeight = view.getMeasuredHeight();

        Animation animation = new Animation() {
            @Override
            protected void applyTransformation(float interpolatedTime, Transformation t) {
                if (interpolatedTime == 1) {
                    view.setVisibility(View.GONE);
                } else {
                    view.getLayoutParams().height = initialHeight - (int) (initialHeight * interpolatedTime);
                    view.requestLayout();
                }
            }

            @Override
            public boolean willChangeBounds() {
                return true;
            }
        };

        animation.setDuration((int) (initialHeight / view.getContext().getResources().getDisplayMetrics().density));
        view.startAnimation(animation);
    }

    public static void animateStar(final ImageView star) {

相关内容

热门资讯

wepoker怎么设置盖牌!w... wepoker怎么设置盖牌!we-poker辅助器(透视)脚本-一贯总结真的有挂进入游戏-大厅左侧-...
wepoker底牌透视!wpk... wepoker底牌透视!wpk辅助(透视)神器-竟然曝光有挂1、任何wepoker底牌透视透视是真的...
hhpoker辅助软件!wej... hhpoker辅助软件!wejoker辅助器要钱玩吗(透视)教程-原来曝光真的是有挂一、wejoke...
德普之星辅助软件!wpk透视辅... 德普之星辅助软件!wpk透视辅助靠谱吗(透视)软件-果然总结真的有挂1、点击下载安装,德普之星辅助软...
德州机器人代打脚本!wepok... 德州机器人代打脚本!wepoker好友助力码(透视)攻略-原来科普真的有挂德州机器人代打脚本!wep...
hhpoker破解工具!aap... 您好,aapoker安装包怎么使用这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
wepoker模拟器哪个!we... wepoker模拟器哪个!wepoker辅助器下载(透视)脚本-确实揭幕真的是有挂1、玩家可以在we...
wepoker私局代打!拱趴大... wepoker私局代打!拱趴大菠萝万能挂(透视)工具-好像推荐真的有挂亲,关键说明,拱趴大菠萝万能挂...
wpk透视工作室!pokemm... wpk透视工作室!pokemmo脚本(透视)技巧-切实解密真的是有挂该软件可以轻松地帮助玩家将wpk...
wepoker有脚本吗!pok... wepoker有脚本吗!pokemomo辅助工具(透视)神器-都是有挂是有挂;1、完成pokemom...