Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Oct 22, 2020
1 parent c73c8d9 commit 739b7d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
.setFullScreenScan(true)
//二维码标记点
.isShowResultPoint(mCbScanPoint.isChecked())
.setResultPointConfigs(60, 30, 10, "#FFFFFFFF", "#7000A81F")
.setResultPointConfigs(36, 12, 2, "#FFFFFFFF", "#CC00A81F")
//状态栏设置:颜色,是否黑色字体
.setStatusBarConfigs("#00000000", true)
//自定义遮罩
Expand Down Expand Up @@ -239,6 +239,10 @@
```

## 版本记录:
v2.1.5:
1.修复扫描结果标记点间隙问题
2.默认显示标记点

v2.1.4:
1.优化代码
2.可以自定义Activity添加扫描
Expand All @@ -251,10 +255,6 @@
3.添加扫描二维码标记功能,支持圆角内外边框
4.状态栏支持设置颜色和字体颜色

v2.1.2:
1.支持设置扫描框高度偏移值
2.支持设置全屏范围扫描(默认只扫描扫描框内的二维码)


## 感谢:

Expand Down

0 comments on commit 739b7d0

Please sign in to comment.