Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

剪裁成功之后有个Toast 出来 #137

Open
932236581 opened this issue Jun 5, 2017 · 1 comment
Open

剪裁成功之后有个Toast 出来 #137

932236581 opened this issue Jun 5, 2017 · 1 comment

Comments

@932236581
Copy link

剪裁成功之后有个Toast 出来。产品说不要。不知道怎么设置

@Ljy2016
Copy link

Ljy2016 commented Jun 6, 2017

在PhotoBaseActivity中有一个toast方法:
public void toast(String msg) { Toast.makeText(this, msg, Toast.LENGTH_SHORT).show(); }
查找一下这个方法所用的地方,就是各个吐司的位置。你说的“裁剪成功”吐司在PhotoEditActivity中,
(在我这个版本中是170行 toast(getString(R.string.crop_suc));,因为有些地方要修改,所以我把次项目以model的形式导入的)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants