android-target-tooltip
android-target-tooltip copied to clipboard
withCustomView set View. Not resId
I have custom layout with button. Button must have click event. Can i use View to withCustomView? Or can i get View from Tooltip?
Did you figure out how to set the custom view? It appears that the resId wants a TextView res id that will be used to set the tooltip text, but I don't understand how to set the custom layout/view itself.
@AleksandrKrasnoperov have you solved this issue?