3

Is there some way to show a small portion of the adjacent fragments while using the ViewPager in Android compatibility package.

The view that I want to make will show the current fragment in center and the edges of the fragments which are before and after the current one on either side.

Kshitij Aggarwal
  • 5,287
  • 5
  • 34
  • 41

1 Answers1

0

I believe a ViewPager indicator would be the best solution available. Showing that there are pages to either side.

http://androidforums.com/application-announcements/391561-android-viewpager-indicator.html

Brad
  • 1
  • 1
  • 3
  • But the requirment that has been put before us want us to show the small edge of the adjacent pages – Kshitij Aggarwal Jan 31 '12 at 08:34
  • Than I think you'll need to find an alternative or write your own component; there is currently no functionality for showing the other pages. – Brad Mar 02 '12 at 14:32