This commit is contained in:
jenly1314
2018-08-21 12:22:39 +08:00
parent db6559a3f4
commit 02d3172a6f

View File

@@ -23,7 +23,7 @@ ZXingLite for Android 是ZXing的精简版优化扫码和生成二维码功
| cornerColor | color |<font color=#1FB3E2>#FF1FB3E2</font>| 扫描区边角的颜色 |
| laserColor | color |<font color=#1FB3E2>#FF1FB3E2</font>| 扫描区激光线的颜色 |
| resultPointColor | color |<font color=#EFBD21>#C0EFBD21</font>| 扫描区结果点的颜色 |
| text | string || 扫描提示文本信息 |
| text | string | | 扫描提示文本信息 |
| textColor | color |<font color=#C0C0C0>#FFC0C0C0</font>| 提示文本字体颜色 |
| textSize | dimension |14sp| 提示文本字体大小 |
| textPadding | dimension |24dp| 提示文本距离扫描区的间距 |
@@ -63,7 +63,7 @@ allprojects {
## 引入的库:
```gradle
compileOnly 'com.android.support:appcompat-v7:27.1.1'
api 'com.com.google.zxing:core:3.3.3'
api 'com.google.zxing:core:3.3.3'
```
## 示例