ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

A fluent tooltip for Android

Results 44 ViewTooltip issues
Sort by recently updated
recently updated
newest added

When adding padding as a parameter it has no effect whatsoever on the tooltips, it's like i never put them.

Hi @florent37 I am using this on RecyclerView, When it's scrolled i need to hide tooltips which are sticked to window. I can use tooltip.close(); but i show lot of...

Fix behaviour when 'padding' option applied only if 'position' option placed after

Hi, I am getting following error at Compile Time error: cannot access Fragment class file for androidx.fragment.app.Fragment not found

How to display the tooltip above all fields ?

On recyclerView item click getting findScrollParent error

I'm using version 1.2.1, so after run application appears its error: ` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.webcontrol.earlyalert, PID: 17720 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.view.View.getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point)' on...

Hi, I've faced another issue while using it in my app, when .on method is used with rootView the position of tooltip is incorrect, check these screenshots **Screenshot 1:** ViewTooltip.on(context,...

ViewTooltip .on - the first param needs activity, why? It should be enough the context. Just want my tooltip to be available from a service