sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.49k stars 278 forks source link

Set custom distance from anchor #114

Closed goodibunakov closed 5 years ago

goodibunakov commented 5 years ago

how i can get it?

Sulfkain commented 5 years ago

Use the params x and y on .anchor(view= nav_bar, x= 0, y =0, follow= false)

goodibunakov commented 5 years ago

Thanks!