simple-tool-tip icon indicating copy to clipboard operation
simple-tool-tip copied to clipboard

Tooltip view location is not right on Samsung S7

Open gazeing opened this issue 8 years ago • 2 comments

screenshot_20160905-164027

gazeing avatar Sep 05 '16 06:09 gazeing

Any fix on this ? having same problem

khizarhayat avatar Apr 07 '22 18:04 khizarhayat

Fixed by importing project and updated Tooltipview.java in method public boolean onPreDraw() commented statusBarHeight final int anchorTop = location[1] ;//- statusBarHeight;

actually in my Activity theme i used false so thats why i commented this calculation and its working fine now.

Thanks

khizarhayat avatar Apr 08 '22 08:04 khizarhayat