【发布时间】:2015-01-29 20:48:13
【问题描述】:
如何使用ShowCaseView.定位操作栏菜单项
我已尝试使用位于here 的以下代码,我得到ITEM_ACTION_ITEM cannot be resolved or is not a field
如何使用 ShowCaseView 定位特定的 ActionBar 菜单项?谢谢
ShowcaseView sv = ShowcaseView.insertShowcaseViewWithType(ShowcaseView.ITEM_ACTION_ITEM,
R.id.answers, FragmentViewNovice.this,"Edit",
"Click here to edit image.");
【问题讨论】:
标签: android showcaseview