android-target-tooltip icon indicating copy to clipboard operation
android-target-tooltip copied to clipboard

Full screen overlay below tooltip makes everything else on the screen invisible

Open gajicm93 opened this issue 8 years ago • 3 comments

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.

gajicm93 avatar Jul 29 '16 15:07 gajicm93

@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 avatar Aug 02 '16 07:08 gajicm93

@gajicm93 Damn, today I discovered I have same issue, in the past this work fine but now not :/

ElGovanni avatar Jun 22 '17 01:06 ElGovanni

@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.

gajicm93 avatar Jun 22 '17 15:06 gajicm93