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

A simple library based on PopupWindow to create Tooltips on Android. 💚

Results 20 android-simple-tooltip issues
Sort by recently updated
recently updated
newest added

Currently setting the margins via the Builder only affects the offset from the anchor. It doesn't apply margins on all sides. Is there a way to solve this? I tried...

help wanted

can be element inner anchorView clickable with .modal(true) ?, I couldn't. I want to click only inner anchorView element.

enhancement

when text line more than 1 and using .setMaxWidth

Need a help, I have a fragment where on textview i have showed tooltip, but now when i click back , the tooltip shows open, how can i close it...

Hi, I have tried to call dismiss() in below cases 1. When the Orientation changes 2. When the user presses the device back key It throws below error When I...

help wanted

Hi, How can i show the tooltip with shadow? Because tooltip with same color as background is not visible. Here's my scenario: My tooltip is of white color, and background...

help wanted

hi, here's a small code, on a custom modal, double tapping the button... java.lang.IllegalArgumentException: Tooltip has ben dismissed. ```kotlin override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) findViewById(R.id.btn_modal_custom).setOnClickListener(this) val textView1: TextView?...

help wanted

@douglasjunior How can I prevent the click event propagation to the views under the Overlay-view ? I mean, when the view is on top, before dismiss, I want to prevent...

help wanted

Goal: When you press the button, the tooltip shall display. Problem: What syntax code do I need to add? Thank you! ``` public class MainActivity extends AppCompatActivity { @Override protected...

help wanted