自定义DrawerPopupView时,设置topMargin后 显示范围虽然变了 但阴影还在
Opened this issue · 0 comments
sinduanan commented
感谢大佬。
版本2.10.0
设置topMargin后Drawer范围变了 但topmargin得位置还是存在阴影 怎么去调topMargin位置得阴影只保留其他地方得呢
XPopup.Builder(this)
.isViewMode(true)
.popupPosition(PopupPosition.Left)
.hasStatusBarShadow(false)
.asCustom(SectionDrawer(this))
.show()