2
我使用ShowcaseView作爲目標在操作欄中的項目 但我不能鎖定ListView
的元素!我試過了,它不起作用:如何在Android中使用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();