是否可以在ShowCaseView中更改圆的当前大小?

我的代码中包含以下内容:

ShowcaseView.ConfigOptions co = new ShowcaseView.ConfigOptions();
            co.hideOnClickOutside = false;
            return ShowcaseView.insertShowcaseView(id, activity, title, message, co);


但是现在,我只是显示ShowCaseView的默认大小,如果可以,如何调整大小?

谢谢!

有关ShowCaseView的更多信息,这将有所帮助。
https://github.com/amlcurran/Showcaseview

最佳答案

使用setScaleMultiplier(float scaleMultiplier)

希望对你有帮助!

关于android - ShowCaseView圆圈大小,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/24006442/

10-12 04:02