YanxuLi

Results 5 issues of YanxuLi

在vivoR9s上初始化一次后,只有第一次弹出点击选项有效果,之后再弹出,click选项无效,longClick选项才有效。 if (typelist.size() > 0) { String[] array = new String[typelist.size()]; for (int i = 0; i < typelist.size(); i++) { array[i] = typelist.get(i).getTypename(); } typeAlertView = new AlertView("类别", null,...

waveView会遮挡其他控件,设置了setZOrderMediaOverlay(false);可以解决遮挡,但是背景变成黑色,请问有更好的解决方案解决这个冲突吗? ![image](https://user-images.githubusercontent.com/17410522/86333316-52d7d880-bc7e-11ea-8cf7-7d0d4d0ac8a3.png)

compressAndSaveImage()这个方法压缩的好像是本地的图片,如果这样,本地的图片就会改变,是不是有点不合适?

你好,我是用了GalleryLayoutManager(GalleryLayoutManager.HORIZONTAL)在我的代码中,并且添加了setOnItemSelectedListener监听,但是在onItemSelected的回调中,position会错乱,总共有四个item,从刚进入展示第一个到逐个滑动到最后一个,position的变化是0-1-0-1-2-2-3-3,在滑动到最后一个item之前,有时会错乱,全部加载之后再滑动才正常

有方法禁止touch 吗。我设置setClickable(false)或setEnabled(false);,控件还是能使用