florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

How to set TransitionListener (for KenBurnsView)? [SOLVED] #208

Open i-petro opened 8 years ago

i-petro commented 8 years ago

Hello! How to change background header image after the animation is complete?

i-petro commented 8 years ago

SOLUTION: KenBurnsView kbv = (KenBurnsView) findViewById(R.id.materialviewpager_imageHeader); kbv.setTransitionListener(...)