android-target-tooltip
android-target-tooltip copied to clipboard
Full screen overlay below tooltip makes everything else on the screen invisible
I don't know how to better describe this, but here is the screenshot:
http://tinypic.com/r/2ylqwdi/9
I set the overlay to false, but this is extremely strange. The view I'm showing a tooltip for is inside a fragment, and if it's of any help, the view color is the same as this overlays color. It could mean something.
@sephiroth74 Ok this is a serious issue making the library completely unusable. Can you at least tell me where the problem might be and I'll try fixing it myself?
And I'm sure the problem is not on my side since it works properly for some views, but for most it don't, and it happens for both activity and fragment views..
@gajicm93 Damn, today I discovered I have same issue, in the past this work fine but now not :/
@ElGovanni To solve this, I had to include library source into my project, I slightly modify it to make sure I setBackground to null on most of the Views used to show a tooltip. If you need any special help, ask again.