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

Create Toast like tooltips, but targets can be specified, plus custom properties and features

Results 91 android-target-tooltip issues
Sort by recently updated
recently updated
newest added

I was using older version of your library. My Compile SDK is 23 compile 'it.sephiroth.android.library.targettooltip:target-tooltip-library:1.3.14' But i found that your issue no #50 is closed in latest version. So I...

Error is : Attempt to read from field 'int android.graphics.Point.x' on a null object reference MenuItem menushare = menu.findItem(R.id.action_share); View view = menushare.getActionView(); it.sephiroth.android.library.tooltip.Tooltip.make(ImageTabCatActivity.this, new it.sephiroth.android.library.tooltip.Tooltip.Builder(102) .anchor(view, Tooltip.Gravity.BOTTOM) .closePolicy(Tooltip.ClosePolicy.TOUCH_ANYWHERE_NO_CONSUME, 60...

W/System.err: java.lang.NullPointerException: Attempt to read from field 'int android.view.View.mViewFlags' on a null object reference W/System.err: at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3497) W/System.err: at android.view.View.updateDisplayListIfDirty(View.java:14445) W/System.err: at android.view.View.getDisplayList(View.java:14524) W/System.err: at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:279) W/System.err: at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:285) W/System.err:...

.anchor(editItext, Gravity.BOTTOM ) not work getting can not resolve

I tried to do anything I can think of to create the arrow, but for some reason, I can't manage to add it when I use a custom view with...

I am getting exception while adding custom layout with provided method e.g withCustomView(R.layout.popup_layout) where R.layout.popup.layout) is custom layout Exception: 09-11 01:58:12.126 5075-5075/it.sephiroth.android.library.mymodule.app E/AndroidRuntime: FATAL EXCEPTION: main Process: it.sephiroth.android.library.mymodule.app, PID: 5075...

I have custom layout with button. Button must have click event. Can i use View to withCustomView? Or can i get View from Tooltip?

How do you modify the font color ?

I have seekbar that had a dial in it. Is it possible to have the anchor to point to the dial? Thanks