material-intro-screen
material-intro-screen copied to clipboard
set image for background
please , add suport to set images for background
Please provide more info about that issue. I can't imagine by myself how it should look.
@admirallam Do you mean something like this: https://github.com/ihsanbal/SlidingIntoView ?
Yeap @bezmian ! absolutely like referred you. Do we have this option ?
@burakkoray No currently there isn't such an option. Maybe I will implement it in future ;)
Thanks it would be great :)
it is posible to implement this by myself? i just want to put an image instead of a color for the background
Just fork this library or download it in other way and modify the code.
When do you think you will add it?
You can do it with this in onCreate in your IntroActivity:
SwipeableViewPager swipableViewPager = findViewById(R.id.swipeable_view_pager);
swipableViewPager.setBackgroundResource(YOUR_RESOURCE);
swipableViewPager.getRootView().setBackgroundResource(YOUR_RESOURCE );