Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add tooltip arrow to DialogFragment

I am trying to use DialogFragment as tooltip with a tooltip arrow pointing to its source button.

I can position the DialogFragment with the help of the following link. Position of DialogFragment in Android

But I can not find any help in adding a tooltip arrow to the DialogFragment. How can I do this?

like image 901
Ehtesham Hasan Avatar asked Oct 11 '16 02:10

Ehtesham Hasan


1 Answers

I recommend to look into this library: skydoves-Balloon

this one has clear documentation

like image 135
Alif Avatar answered Sep 24 '22 07:09

Alif