alen252

Results 5 issues of alen252

前提:def isLib = true 执行编译报错: A problem occurred evaluating root project 'android'. > A problem occurred configuring project ':app'. > Could not get unknown property 'applicationVariants' for object of type...

Fragment中使用setTransparentForImageViewInFragment()方法,根布局是ConstraintLayout的时候,顶部标题栏还是会上移。如果把根布局换成LinearLayout就没有问题。 setTransparentForImageViewInFragment()的第二个参数我也传了值。

我是修改了你Demo代码,让NestedScrollExampleFragmentViewPager也支持上拉加载更多,然后出现了问题。实际我工作中也需要这种Activity+ViewPager+Fragment的布局,我只需要在Fragment中加RefreshLayout

参照这个命令 ffmpeg -y -loop 1 -r 25 -i /storage/emulated/0/1/input.png -t 3 -pix_fmt yuv420p /storage/emulated/0/1/result.mp4 耗时很长,我加了-preset superfast也是一样耗时长。 请问怎么优化?

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{ return 10; } when i set the height for footer in section,there is a bug.Open the first section, the bottom view will no normal. ![Uploading 屏幕快照...