android-target-tooltip
android-target-tooltip copied to clipboard
Create Toast like tooltips, but targets can be specified, plus custom properties and features
I found when set text with number, the tooltips will not show number. blow are code(the demo application ,just modify some const string) and screen shot.  
Hi team, I am using your library. It's awesome. But i want hidden status bar when show tooltip. How can i do it. Many thanks!
When i enable battery saving mode, tooltip bouncing animation starts to malfunction, as soon as battery saving mode is disabled it gets normal, is there any fix for this ?
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...
I'm trying to show a tooltip on a MenuItem. I'm getting the view for the MenuItem, to use it as an anchor for the ToolTip but it is launching a...
This is very helpful library that's redraw hint when keyboard was closed or opened! But when ToolTip was used in DialogFragment I noticed that hint was under DialogFragment 
Hi, I got crash on Android 5.0.1: 0java.lang.NullPointerException: Attempt to read from field 'int android.graphics.Point.x' on a null object reference 1 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions(Tooltip.java:978) 2 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions(Tooltip.java:933) 3 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions(Tooltip.java:925) 4...
Hi, I got several not stable crashes with the same stacktrace on Android 4.0.4: 0java.lang.NullPointerException 1 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions(Tooltip.java:978) 2 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions(Tooltip.java:933) 3 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions(Tooltip.java:925) 4 at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.onLayout(Tooltip.java:717) 5 at android.view.View.layout(View.java:11390)...
In the **TooltipTextDrawable** Class line **42** thows an exception `int backgroundColor = theme.getColor(styleable.TooltipLayout_ttlm_backgroundColor, 0); ` It looks like an issue by not using the **ContextCompat Class** This is the code...
I very appreciate to you for your awesome library! I found that you use this.mTextView.setText(Html.fromHtml((String)this.mText)). But Html.fromHtml was deprecated in Android N. Could you please fix this?http://stackoverflow.com/questions/37904739/html-fromhtml-deprecated-in-android-n