RokingYang
RokingYang
不怎么维护更新了。只能拉下来自己处理了。
你准备怎么搞
有没有勇士fork一个仓库,翻修一下。
应用名:洋光校园 下载地址:https://h5coml.vivo.com.cn/h5coml/appdetail_h5/browser_v2/index.html?appId=1711586 应用图标 
调用refresh后再16ms内调用finish必现。
.setPopupCallback(object : SimpleCallback() { override fun onCreated(popupView: BasePopupView?) { popupView?.setPadding(0, 0, 0, bottom) } }) bottom为 ViewCompat.setOnApplyWindowInsetsListener(main) { v, insets -> systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars()) systemBars?.let { v.setPadding(it.left, it.top, it.right, it.bottom)...
BeforeShow的时候,可以获取控件设置。曲线救国即可。
beforeShow的时候不是有个popupView给你么,用popupView.findViewById 取消按钮的id是com.lxj.xpopupext.R.id.btnCancel,这个可以查找源码看到的。
获取到控件,不就随你怎么设置颜色大小了。