How can I target the action bar menu items with ShowCaseView.
I have tried using the following code located here and I am getting ITEM_ACTION_ITEM cannot be resolved or is not a field
How can I target specific ActionBar menu items using ShowCaseView? thanks
ShowcaseView sv = ShowcaseView.insertShowcaseViewWithType(ShowcaseView.ITEM_ACTION_ITEM,
R.id.answers, FragmentViewNovice.this,"Edit",
"Click here to edit image.");
For future Googlers, I have found the answer.