We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(...).setAnimation(RevealAnim reveal, DismissAnim dismiss, int revealTime, int dismissTime);
Originally posted by @emre1512 in #1 (comment)
.setAnimation(Noty.RevealAnim.SLIDE_DOWN, Noty.DismissAnim.BACK_TO_TOP, 400, 400)
this is the default and doesnt auto dismiss. Why you close if you cannot answer?
The text was updated successfully, but these errors were encountered:
Oh sorry, I didn't see the "auto" part. There is no auto dismiss feature. I think you need to handle it yourself inaway. Using
yourTextView.performClick();
with a timer may work. Both warning box and the action button is textview.
Sorry, something went wrong.
how do I access the warningbox textview if I am loading through gradle?
can i add custom layout to access it?
No branches or pull requests
(...).setAnimation(RevealAnim reveal, DismissAnim dismiss, int revealTime, int dismissTime);
Originally posted by @emre1512 in #1 (comment)
.setAnimation(Noty.RevealAnim.SLIDE_DOWN, Noty.DismissAnim.BACK_TO_TOP, 400, 400)
this is the default and doesnt auto dismiss. Why you close if you cannot answer?
The text was updated successfully, but these errors were encountered: