I am currently building a horizontal gallery of videos.
I'd like to make something like that with only one video centered and part of previous and next videos:
I first opted for a Gallery but its limitations made me look for something else. I'd like to show a page indicator and it is quite difficult to implement using a Gallery.
The second option was to go for a ViewPager from Android Compatibility library. I found a way to implement a page indicator over it. But now, how to partly show left and right pages?