Skip to content

Commit

Permalink
Add AutoScrollViewPager setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed Mar 2, 2014
1 parent 053d648 commit e8b38a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cn/trinea/android/demo/AutoScrollViewPagerSingleDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ protected void onCreate(Bundle savedInstanceState) {
// // set how to process when sliding at the last or first item
// // default is AutoScrollViewPager#SLIDE_BORDER_NONE
// viewPager.setBorderProcessWhenSlide(AutoScrollViewPager.SLIDE_BORDER_CYCLE);
// viewPager.setScrollDurationFactor(3);
// viewPager.setBorderAnimation(false);
}

@Override
Expand Down

0 comments on commit e8b38a7

Please sign in to comment.