Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanTanSheng authored Jan 20, 2018
1 parent cb4fa99 commit 374757f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ allprojects {
```gradle
dependencies {
   implementation 'com.github.HuanTanSheng:EasyPhotos:2.2.5'  
   implementation 'com.github.HuanTanSheng:EasyPhotos:2.2.6'  
   
}
```
Expand Down Expand Up @@ -143,10 +143,10 @@ QQ交流群:[288600953](https://jq.qq.com/?_wv=1027&k=5QGgCDe)

## 更新日志

**2.2.5**
**2.2.6**
- api修改:为统一api标准,将所有返回Key统一为EasyPhotos.RESULT_PHOTOS和EasyPhotos.RESULT_PATHS。带来的改变就是单独使用拼图功能时的图片返回Key改为EasyPhotos.RESULT_PHOTOS和EasyPhotos.RESULT_PATHS,去除原来的EasyPhotos.RESULT_PUZZLE_PHOTO和-
EasyPhotos.RESULT_PUZZLE_PATH这两个Key。      
- UI修改:预览页状态栏颜色跟colorPrimaryDark走,不再是透明效果。    
- UI修改:预览页状态栏颜色与colorPrimaryDark色值对应。若其色值趋近于白色,在无虚拟按键的手机中状态栏字体颜色智能适配为深色,有虚拟按键的手机中状态栏智能优化为透明色。(除预览页外,其他页面若状态栏颜色趋近于白色,无论任何机型均为智能优化字体颜色为深色)    
- 错误修复:修复努比亚机型的预览页占用导航栏问题

**2.2.4:**
Expand Down

0 comments on commit 374757f

Please sign in to comment.