Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huiger committed Aug 4, 2017
1 parent f742050 commit 95d2759
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void onShot(String imagePath) {
MyDialog ksDialog = MyDialog.getInstance()
.init(BaseActivity.this, R.layout.dialog_layout)
.setCancelButton("取消", null)
.setPositiveButton("查看", new MyDialog.OnClickListener() {
.setPositiveButton("生成新图片", new MyDialog.OnClickListener() {
@Override
public void OnClick(View view) {
Bitmap screenShotBitmap = screenShotListenManager.createScreenShotBitmap(mContext, path);
Expand Down

0 comments on commit 95d2759

Please sign in to comment.