Example #1
0
  @Override
  public void setCurrentItem(int item, boolean smoothScroll) {
    super.setCurrentItem(item, smoothScroll);

    if (mDecor != null) {
      mDecor.onPageSelected(item);
    }
  }