XPopup icon indicating copy to clipboard operation
XPopup copied to clipboard

isViewMode=true模式时,希望在指定view上加,而不是在activity上加

Open wlingf opened this issue 2 years ago • 1 comments

XPopup版本 如2.9.19

手机系统和型号 华为Mate20 Android 10

描述你的问题 isViewMode=true模式时,希望在指定view上加,而不是在activity上加 //view实现 ViewGroup decorView = (ViewGroup) XPopupUtils.context2Activity(this).getWindow().getDecorView(); if(getParent()!=null) ((ViewGroup)getParent()).removeView(this); decorView.addView(this, getLayoutParams()); 希望decortview 能有外部传入

wlingf avatar May 30 '23 09:05 wlingf