Open moten-07 opened 1 year ago
怎么更新到这个分支,目前依赖2.4.4,没有更新到这个代码,还是
private RectF fetchLocation(View target) {
RectF location = new RectF();
Rect locationInView = ViewUtils.getLocationInView(target, mHole);
location.left = locationInView.left - padding;
location.top = locationInView.top - padding;
location.right = locationInView.right + padding;
location.bottom = locationInView.bottom + padding;
return location;
}
怎么更新到这个分支,目前依赖2.4.4,没有更新到这个代码,还是 private RectF fetchLocation(View target) { RectF location = new RectF();矩形 locationInView = ViewUtils.getLocationInView(target, mHole); location.left = locationInView.left - 填充; location.top = locationInView.top - 填充; location.right = locationInView.right + 填充; location.bottom = locationInView.bottom + 填充;返回地点; }
等作者更新,或者你直接在项目里创建一个同名文件覆盖掉,我是不想特意发布一个版本,还得额外创建一个maven
fixbug: https://github.com/huburt-Hu/NewbieGuide/issues/151