QActionSheet.java 文件源码

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

项目:QActionSheet 作者:
@Override
public void show() {
    super.show();
    getWindow().setContentView(mParent);

    AlphaAnimation anim = new AlphaAnimation(0, 1);
    anim.setDuration(ANIMATION_DURATION);
    mMaskView.setAnimation(anim);

    int type = TranslateAnimation.RELATIVE_TO_SELF;
    TranslateAnimation anim2 = new TranslateAnimation(type, 0, type, 0, type, 1, type, 0);
    anim2.setDuration(ANIMATION_DURATION);
    mPanel.setAnimation(anim2);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号