XPopup icon indicating copy to clipboard operation
XPopup copied to clipboard

自定义DrawerPopupView时,设置topMargin后 显示范围虽然变了 但阴影还在

Open sinduanan opened this issue 1 year ago • 0 comments

感谢大佬。

版本2.10.0 设置topMargin后Drawer范围变了 但topmargin得位置还是存在阴影 怎么去调topMargin位置得阴影只保留其他地方得呢

XPopup.Builder(this) .isViewMode(true) .popupPosition(PopupPosition.Left) .hasStatusBarShadow(false) .asCustom(SectionDrawer(this)) .show()

sinduanan avatar May 08 '24 10:05 sinduanan