android-simple-tooltip
android-simple-tooltip copied to clipboard
How to set margins the right way?
Currently setting the margins via the Builder only affects the offset from the anchor. It doesn't apply margins on all sides. Is there a way to solve this?
I tried setting the margins for the mContentLayout but it doesn't work.
Where exactly do you want to add margins?
@douglasjunior I want to add it to all sides. I tried adding layout_margins in my contentView XML, it does nothing. I tried using the margins parameter in the builder, but it only adds it on the side where the arrow points.
Any update on this?