深色模式下,局部模糊有白边,看下是什么原因?
jansonjoan opened this issue · 1 comments
jansonjoan commented
- 系统版本(必须)/ System version (required):MIUI 12.5.8 Android 11
- 库版本(必须)/ Library version (required):3.2.0
- 问题代码/截图(可选)/ Problem code or screenshot (optional):
eventTagsPopup.setBackgroundColor(Color.TRANSPARENT);
eventTagsPopup.setBlurBackgroundEnable(true);
eventTagsPopup.setBlurOption(new PopupBlurOption().setBlurView(blurView));
eventTagsPopup.setOnDismissListener(new BasePopupWindow.OnDismissListener() {
@Override
public void onDismiss() {
userEvent.setTagId(Utils.getTagInfo(-1, tagTextView.getText().toString()).tagId);
}
});
tagTextView.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
eventTagsPopup.showPopupWindow(eventTitleEditText);
}
});
- 报错信息(可选)/ Error reporting information (optional):
无
问题描述/重现步骤请写在这里
Please write the description here.
razerdp commented