android-PullRefreshLayout icon indicating copy to clipboard operation
android-PullRefreshLayout copied to clipboard

This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.

Results 36 android-PullRefreshLayout issues
Sort by recently updated
recently updated
newest added

how can we get notified when pull is released without delay since Onrefresh method in setonrefreshlister has Slight delay or how can we eliminate this delay

Currently wrapping a recycler view and the canChildScrollUp is always returning false so the list can no longer be scrolled upwards

Fatal Exception: java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(MotionEvent.java) at android.view.MotionEvent.getY(MotionEvent.java:2431) at android.support.v4.view.MotionEventCompat.getY(MotionEventCompat.java:521) at **com.baoyz.widget.PullRefreshLayout.onTouchEvent(PullRefreshLayout.java:324)** at android.view.View.dispatchTouchEvent(View.java:10920) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2810) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2512) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2812) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2527) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2812) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2527) at...

can this please get updated? it uses appcompat v21 and the latest version right now is v27. this library is incompatible and can not be used

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

I'm wondering how to pull up from bottom to refresh? Is there any possible solution about this issue?

When i have an empty list view and i pull down on the screen nothing shows up

refresh_layout.setOnRefreshListener(new PullRefreshLayout.OnRefreshListener() { ``` @Override public void onRefresh() { // TODO Auto-generated method stub refresh_layout.post(new Runnable() { @Override public void run() { // TODO Auto-generated method stub refresh_layout.setRefreshing(true); // requesting...

It would be extreamly good if we can use custom animation with your layout. Do you have possibility to use animation drawable? For instance `` ` ` `...` ` `