Kongzue
Kongzue
已尝试但未发现任何问题。 测试设备:Google Pixel5(Android 13)骁龙765G 测试代码: ```java List dataArrayList = new ArrayList(); dataArrayList.add(new CustomRecycleViewAdapter.Data("Item Text 1")); dataArrayList.add(new CustomRecycleViewAdapter.Data("Item Text 2")); dataArrayList.add(new CustomRecycleViewAdapter.Data("Item Text 3")); dataArrayList.add(new CustomRecycleViewAdapter.Data("Item Text 4")); dataArrayList.add(new CustomRecycleViewAdapter.Data("Item Text...
请使用: ```java new PopMenu(view, new String[]{"添加", "编辑", "删除", "分享"}) .show(); ``` 相关 get/set 方法将在下一个版本提供
目前可以这样设置自定义布局: ```java new PopMenu(view, new String[]{"添加", "编辑", "删除", "分享"}) .setCustomView(new OnBindView() { @Override public void onBind(PopMenu dialog, View v) { //... } }) .show(); ```
请更新版本:0.0.46.beta15,PopMenu 提供 setBaseView(...) 方法和对应的 get 方法。
长时间未回复,暂时关闭了此问题,若有疑问请继续回复。
此问题正在尝试解决。 @Matcha-xiaobin 关于沉浸式调整导致的问题太多了,我在考虑回档代码
请尝试更新至 [0.0.49.beta19测试版更新](https://github.com/kongzue/DialogX/releases/tag/0.0.49.beta19)
> > 此问题正在尝试解决。 @Matcha-xiaobin 关于沉浸式调整导致的问题太多了,我在考虑回档代码 > > > > 那没办法了,回档吧 @Matcha-xiaobin 暂时处理了,等更多的测试反馈,近期可能没办法更新到正式版
在Pixel5上没有发现这个问题,等待更进一步测试