Skip to content

Commit

Permalink
新增.isZoomAnim(true)// 图片列表点击 缩放效果 默认true
Browse files Browse the repository at this point in the history
  • Loading branch information
luck1991 committed Jun 23, 2017
1 parent 4bbe590 commit ed476ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public void onAddPicClick() {
.enablePreviewAudio(cb_preview_audio.isChecked())// 是否预览音频
.compressGrade(Luban.THIRD_GEAR)// luban压缩档次,默认3档 Luban.FIRST_GEAR、Luban.CUSTOM_GEAR
.isCamera(cb_isCamera.isChecked())// 是否显示拍照按钮
.isZoomAnim(true)// 图片列表点击 缩放效果 默认true
//.setOutputCameraPath("/Chinayie/App")// 自定义拍照保存路径
.compress(cb_compress.isChecked())// 是否压缩
.compressMode(compressMode)//系统自带 or 鲁班压缩 PictureConfig.SYSTEM_COMPRESS_MODE or LUBAN_COMPRESS_MODE
Expand Down

0 comments on commit ed476ad

Please sign in to comment.