I am designing a first run experience for my app using a Viewpager. It should show 3 images one by one when the user swipes. But I am getting a white space on the left and right edges when the image is shown. I want my images in the viewpager to take the full space. Please help.
Asked
Active
Viewed 432 times
0
-
please, post some snippet code! – Anderson K Jun 06 '15 at 12:49
-
this post may help you http://stackoverflow.com/questions/7343487/android-viewpager-padding-margin-between-page-fragments – Kartheek Jun 06 '15 at 12:50
-
Giving negative left right margin worked for me. Thanks anyways. – user2331595 Jun 06 '15 at 12:52