ppg408331701

Results 8 issues of ppg408331701

某些选项的文字特别长的时候,pickerView的文字会超出屏幕宽度,是否能增加ellipsize的设置?

我看到源码对滑动中禁用了确定按钮,但是你知道的,就有些死心眼要快速滑动中也能选择确定。。。 我这边直接把源码中的 if (!picker.canSelected()) return;// 注释掉开放这个限制,会导致什么后果?

VideoCompressor.start(),now only pass URIs, I found that every time I compressed the video, the amount of data in the app increased dramatically, I'm guessing it's because of the sandbox path...

比如下面的代码,跳转到新的activity时, ActionSheetDialog会调dismiss()这个有动画的方法,但是这时由于startActivity正在启动,所以ActionSheetDialog的消失动画会非常卡顿,我看GPU曲线都红了一片了, 现在是使用没有动画的消失方法,但是终究不如有动画的好看 ``` dialog.setOnOperItemClickL(new OnOperItemClickL() { @Override public void onOperItemClick(AdapterView parent, View view, int position, long id) { switch (position) { case 4: Intent intent = new Intent(mActivity,DetailActivity.class); intent.putExtra(DetailActivity.INTENT_FRAGMENT_INDEX_KEY,...

每次都会出现 RecyclerViewLinearItemDecoration.Builder(mActivity).paddingStart(15f.dp2px()) .paddingEnd(15f.dp2px()) .thickness(1f.dp2px()) .color(getResColor(R.color.color_FAFAFA)) .create()

目前文本换行时,showingView不会随着适应,有点可惜

第二根线画歪了 ld.setInterceptBack(true) .setLoadingText("加载中") .setLoadSpeed(LoadingDialog.Speed.SPEED_TWO) .setSuccessText("成功") .setSize(SizeUtils.dp2px(48)) .setFailedText("失败");