fredericojssilva / ShowTipsView

Highligth specific points of interest of your app
Apache License 2.0
598 stars 106 forks source link

target menut item #8

Closed AndroFlo closed 9 years ago

AndroFlo commented 9 years ago

Hello,

Is it possible to target a menu item ?

Thank's

fredericojssilva commented 9 years ago

Yes it is.

View view = findViewById(R.id.itemid);
...
setTarget(view);
...