Skip to content

Commit

Permalink
版本V1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Dec 29, 2018
1 parent 38c9ccf commit 09dd3ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
.isShowPhotoAlbum(true)
//打开扫描页面的动画
.setActivityOpenAnime(R.anim.activity_anmie_in)
//退出扫描页面动画
.setActivityExitAnime(R.anim.activity_anmie_out)
//自定义文案
.setScanHintText("我是自定义文字")
//扫描线的颜色
Expand Down Expand Up @@ -106,6 +108,10 @@
```

## 版本记录:
v1.1.9:
1.添加退出动画配置
2.修复activity动画黑色背景问题
v1.1.8:
1.扫描线动画处理
2.优化UI
Expand Down
4 changes: 2 additions & 2 deletions libraryzxing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 119
versionName "1.1.9"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:duration="300">

<alpha
android:duration="150"
android:duration="200"
android:fromAlpha="0"
android:toAlpha="1" />

Expand Down

0 comments on commit 09dd3ed

Please sign in to comment.