MaterialViewPager Versions Save

A Material Design ViewPager easy to use library

1.2.0

7 years ago

Replaced Picasso per Glide Added HeaderDecorator for recyclerview

1.1.2

8 years ago

##1.1.2

  • quick scroll fix
  • can set a custom viewpager with app:viewpager_viewpager (the viewpager id must be id/materialviewpager_viewpager)

##1.1.0

  • orientation change fix
  • header image display fix
  • elements on header are now clickable
  • notifyHeaderChanged

1.1.0

8 years ago
  • orientation change fix
  • header image display fix
  • elements on header are now clickable

1.0.7

8 years ago

fix bug on low resolutions

1.0.6

8 years ago
  • added attribute transparentToolbar
  • added attribute animatedHeaderImage
  • fixed bug when page is too small to scroll
  • modified HeaderDesign implementation

1.0.5

8 years ago

1.0.4

8 years ago

1.0.4

Fixed :

Orientation changed Memory Leak Android >2.3 with NineOldAndroid Removed ListView usage

1.0.3

9 years ago

Fixed : Rapid scrolling results in varying Toolbar height

RecyclerViewMaterialAdapter can handle a custom placeholder cells count (usefull for GridLayoutManager)

public RecyclerViewMaterialAdapter(RecyclerView.Adapter adapter, int placeholderSize)

1.0.2

9 years ago

1.0.2

Added attributes

app:viewpager_parallaxHeaderFactor="1.5"
app:viewpager_headerAdditionalHeight="20dp"

parallaxHeaderFactor Modify the speed of parallax header scroll (not the speed of KenBurns effect) parallaxHeaderFactor Set up the height of the header's layout displayed behind the first cards view

Fixed issue when scroll down & scroll up multiples time while hideToolbarAndTitle="true"

1.0.1

Added attributes

viewpager_headerAlpha="0.6"

1.0.0

9 years ago