发布v2.0.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||

|
||||
|
||||
[](https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk)
|
||||
[](https://bintray.com/beta/#/jenly/maven/zxing-lite)
|
||||
[](https://bintray.com/beta/#/jenly/maven/zxing-lite)
|
||||
[](https://jitpack.io/#jenly1314/ZXingLite)
|
||||
[](https://travis-ci.org/jenly1314/ZXingLite)
|
||||
[](https://circleci.com/gh/jenly1314/ZXingLite)
|
||||
@@ -31,6 +31,7 @@ ZXingLite for Android 是ZXing的精简版,基于ZXing库优化扫码和生成
|
||||
| labelTextColor | color |<font color=#C0C0C0>#FFC0C0C0</font>| 提示文本字体颜色 |
|
||||
| labelTextSize | dimension |14sp| 提示文本字体大小 |
|
||||
| labelTextPadding | dimension |24dp| 提示文本距离扫描区的间距 |
|
||||
| labelTextWidth | dimension | | 提示文本的宽度,默认为View的宽度 |
|
||||
| labelTextLocation | enum |bottom| 提示文本显示位置 |
|
||||
| frameWidth | dimension | | 扫码框宽度 |
|
||||
| frameHeight | dimension | | 扫码框高度 |
|
||||
@@ -58,7 +59,7 @@ ZXingLite for Android 是ZXing的精简版,基于ZXing库优化扫码和生成
|
||||
最新版本
|
||||
```gradle
|
||||
//AndroidX 版本
|
||||
implementation 'com.king.zxing:zxing-lite:2.0.1'
|
||||
implementation 'com.king.zxing:zxing-lite:2.0.2'
|
||||
|
||||
```
|
||||
|
||||
@@ -239,6 +240,9 @@ compileOptions {
|
||||
|
||||
## 版本记录
|
||||
|
||||
#### v2.0.2:2021-1-14
|
||||
* **ViewfinderView** 新增 **labelTextWidth** 属性
|
||||
|
||||
#### v2.0.1:2020-12-30
|
||||
* 更新CameraX至v1.0.0-rc01
|
||||
* 新增支持点击预览区域对焦目标
|
||||
|
||||
Reference in New Issue
Block a user