Jeff dc7dc37f01 ui优化 3 lat temu
..
res 6e2ecc47c8 init project 3 lat temu
res-orig 6e2ecc47c8 init project 3 lat temu
src 347348a6d8 1、Android Support库转AndroidX; 3 lat temu
test 6e2ecc47c8 init project 3 lat temu
AndroidManifest.xml 6e2ecc47c8 init project 3 lat temu
Readme 6e2ecc47c8 init project 3 lat temu
build.gradle dc7dc37f01 ui优化 3 lat temu

Readme

Zxing扫描的优化:

1.拦截扫描结果,返回面单号在7到20位之间数据
在DecoderThread类的decode方法中

2. 修改聚焦时间

聚焦的修改在AutoFocusManager下的
private static final long AUTO_FOCUS_INTERVAL_MS = 1000L;
默认是2000L也就是2秒吧,我这里改成了1.0秒