traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If can after the completion of the ripple, and then click on the event???

401885064 opened this issue · comments

Hello, author! Thank you for your control, help me. But I have some small problems:
I want to click on the button to complete the wave after the onClickListener event, how should I do? Thank you
I don't want to write too much code, I want to simplify the best one to get the configuration

@401885064 hi, could you resolve this problem? author dont answer to issues 👎

Not I have not time to work it ,do you have good idea?

author dont answer to issues 👎

Use this

    rippleView.setOnRippleCompleteListener(new RippleView.OnRippleCompleteListener() {

        @Override
        public void onComplete(RippleView rippleView) {
            Log.d("Sample", "Ripple completed");
        }

    });