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?