ShowcaseView with ActionBarSherlock

时间:2013-05-15 10:53:21

标签: android actionbarsherlock overlay showcaseview

我找到了很棒的安卓库“ShowcaseView”来生成像Android 4.0一样的“教程”视图。 (https://github.com/Espiandev/ShowcaseViewhttp://espiandev.github.io/ShowcaseView/

但我无法弄清楚如何在我的操作栏中使用图标(我正在使用ActionBarSherlock)。

它应与actionbar和ActionBarSherlock兼容,但我无法访问ID。

左上角的操作栏图标就像魅力......

scv = ShowcaseView.insertShowcaseView(android.R.id.home, this, "Hello", "My text", scvo);

当我想访问操作栏中的图标时,即使使用dev-branch,也不会显示showcaseview。

有没有人对这个图书馆有任何想法或经验?

1 个答案:

答案 0 :(得分:2)

要展示ActionBar图标(也称为操作项),您需要使用insertShowcaseViewWithType(ITEM_ACTION_ITEM, ...)方法。