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
I'm trying to use show() and hide() but not working they throw an Unresolved reference. here is my code:
val slideUp: SlideUpBuilder = SlideUpBuilder(PlayerView) slideUp.withStartState(SlideUp.State.SHOWED) slideUp.withStartGravity(Gravity.TOP) slideUp.withAutoSlideDuration(500) slideUp.build()
Here is my button click code example:
btn_ShowPlayer.setOnClickListener{ slideUp.show() //both show() and hide() throw an Unresolved reference error }
The text was updated successfully, but these errors were encountered:
After doing some code corrections, the methods are finally working. Sorry for the inconvenience.
Sorry, something went wrong.
No branches or pull requests
I'm trying to use show() and hide() but not working they throw an Unresolved reference.
here is my code:
Here is my button click code example:
The text was updated successfully, but these errors were encountered: