美文网首页
2020-04-22 关于PopupWindow 数据太多导致s

2020-04-22 关于PopupWindow 数据太多导致s

作者: 南宫逸诺 | 来源:发表于2020-04-22 16:35 被阅读0次

    重写PopupWindow中的 showAsDropDown 方法 ,在方法中加入:
    if(Build.VERSION.SDK_INT >= 24) {

      Rect rect = new Rect();

      anchor.getGlobalVisibleRect(rect);

      int h = anchor.getResources().getDisplayMetrics().heightPixels - rect.bottom;

      setHeight(h);

    }

    相关文章

      网友评论

          本文标题:2020-04-22 关于PopupWindow 数据太多导致s

          本文链接:https://www.haomeiwen.com/subject/lqqwihtx.html