florent37 / ShapeOfView

Give a custom shape to any android view, Material Design 2 ready
Apache License 2.0
3.13k stars 398 forks source link

Ripple effect problem #9

Closed msayan closed 6 years ago

msayan commented 6 years ago

Hello, Thanks for great library, i want to ask you a question, How can i add ripple effect to DiagonalView.

Thanks.

florent37 commented 6 years ago

Did you try ''selectableItemBackground'' ??

Le mer. 4 avr. 2018 à 16:29, Mehmet Ayan notifications@github.com a écrit :

Hello, Thanks for great library, i want to ask you a question, How can i add ripple effect to DiagonalView.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/florent37/ShapeOfView/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AFfQXKRleL8W0jPwmdNp-gKHMP7igmIqks5tlNjTgaJpZM4TG59n .

msayan commented 6 years ago

Hello, i try it with the view but it didn't work, then i put some other views inside DiagonalView and add selectableItemBackground to child views and it works.

Thanks for reply.