Bob君

Results 6 comments of Bob君

> 已找到原因 我用zXingView,识别相册二维码可以,识别相册中的条形码就返回null,请问你是怎么解决的。 (发现他的demo中ZBarView识别相册二维码为null,识别相册条形码可以)

找到了,自问自答一下,下载了源码发现:BezierFooterDrawer.java文件里有对应方法,可以在用到的文件里写: dragContainer.setFooterDrawer(new BezierFooterDrawer.Builder(this, 0xF0EFF5).setNormalString(normalString).setEventString(eventString).build());

找到了,在BaseVideoItem.java 中,注释下面两行即可 ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); layoutParams.height = screenWidth;

@chenyucheng97 I want to add a pause/play button and a seekbar on the VideoPlayerView to control the meidaPlayer too ,but I have no idea,Could you give me some tips,please.

in VideoPlayerView.java: add mMediaPlayer.setLooping(true);

BaseVideoItem.java: ViewGroup.LayoutParams layoutParams = view.getLayoutParams(); layoutParams.height = screenWidth;