android-simple-tooltip
android-simple-tooltip copied to clipboard
A simple library based on PopupWindow to create Tooltips on Android. 💚
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...
can be element inner anchorView clickable with .modal(true) ?, I couldn't. I want to click only inner anchorView element.
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...
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...
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?...
@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...
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...