Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
HuXiaobai committed Nov 13, 2018
1 parent cd5d4af commit 5b73ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ MediaSelector是一个针对于Android媒体库选择的框架,该风格完全
mediaOptions.isCompress = false;
//是否要显示视频文件
mediaOptions.isShowVideo = false;
//设置module主题
mediaOptions.themeColor = "#FF4081";
//Activity中
MediaSelector.with(MainActivity.this).setMediaOptions(mediaOptions).openMediaActivity();
//Fragment中
Expand Down

0 comments on commit 5b73ff8

Please sign in to comment.