我在我的android应用程序中使用了showCaseView legacy(它有手的动画)。但是,这个手势似乎并不是相对于视图开始的。相反,它对屏幕来说似乎是绝对的。这是我使用的以下代码: ShowcaseView.ConfigOptions co = new ShowcaseView.ConfigOptions(); co.block=true;
sv = S
(StandardShowcaseDrawer.java)at com.github.amlcurran.showcaseview.ShowcaseView.(ShowcaseView.java)
at com.github.amlcurran.showcaseview.ShowcaseView$Builder.
如何将ShowcaseView项目作为库添加到项目中? .setTarget(new ActionViewTarget(this, ActionViewTarget.Type.HOME)).setContentTitle("ShowcaseView")
.setContentText("This is h
insertShowcaseViewWithType cannot be used when the theme has no ActionBar at com.github.amlcurran.showcaseview.targets.AppCompatReflector.getActionBarView(AppCo