traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+
MIT License
4.92k stars 1.08k forks source link

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

Open 401885064 opened 8 years ago

401885064 commented 8 years ago

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

pishguy commented 8 years ago

@401885064 hi, could you resolve this problem? author dont answer to issues :-1:

401885064 commented 8 years ago

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

faith-hb commented 7 years ago

author dont answer to issues 👎

majidnow commented 7 years ago

Use this

    rippleView.setOnRippleCompleteListener(new RippleView.OnRippleCompleteListener() {

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

    });