We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 出来。产品说不要。不知道怎么设置
The text was updated successfully, but these errors were encountered:
在PhotoBaseActivity中有一个toast方法: public void toast(String msg) { Toast.makeText(this, msg, Toast.LENGTH_SHORT).show(); } 查找一下这个方法所用的地方,就是各个吐司的位置。你说的“裁剪成功”吐司在PhotoEditActivity中, (在我这个版本中是170行 toast(getString(R.string.crop_suc));,因为有些地方要修改,所以我把次项目以model的形式导入的)
public void toast(String msg) { Toast.makeText(this, msg, Toast.LENGTH_SHORT).show(); }
toast(getString(R.string.crop_suc));
Sorry, something went wrong.
No branches or pull requests
剪裁成功之后有个Toast 出来。产品说不要。不知道怎么设置
The text was updated successfully, but these errors were encountered: