ChatSDKMessagesListAdapter.java 文件源码

java
阅读 53 收藏 0 点赞 0 评论 0

项目:AndroidBackendlessChat 作者:
/**
 * Animating the sides of the row, For example animating the user profile image and the message date.
 * */
private void animateSides(View view, boolean fromLeft, Animation.AnimationListener animationListener){
    if (!isScrolling)
        return;

    if (fromLeft)
        view.setAnimation(AnimationUtils.loadAnimation(mActivity, R.anim.expand_slide_form_left));
    else view.setAnimation(AnimationUtils.loadAnimation(mActivity, R.anim.expand_slide_form_right));

    view.getAnimation().setAnimationListener(animationListener);
    view.animate();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号