lover_zhou

Results 5 comments of lover_zhou

Is this feature added?It's really a nice library/.....

I had the same question.when the card slided over the top and it disappeard on top , just like disappearing on the left and right. How this could be done?...

在doInBackground的onstart方法写了设置UI代码,应该是这个问题

增加一下 这几行代码 貌似可以 viewpager.addOnPageChangeListener(new ViewPager.SimpleOnPageChangeListener() { @Override public void onPageSelected(int position) { indicator.setCurrentItem(position); ScrollAbleFragment fragment = getCurrentFragment(); if (fragment != null) { scrollableLayout.getRefreshableView() .getHelper() .setCurrentScrollableContainer(fragment); } } });