を使用してアクション バーのアイテムをターゲットにしましたが、 !ShowcaseView
の要素をターゲットにできません。ListView
私はそれを試しましたが、うまくいきませんでした:
ShowcaseView sv = new ShowcaseView.Builder(this,true)
.setTarget(new ViewTarget(lv.getChildAt(1).findViewById(R.id.heart)))
// Here is where you supply the id of the action bar item you
// want to display
.setContentTitle("Heart")
.setContentText("Check the venues of your city")
.hideOnTouchOutside()
.build();