Android-PullToRefresh icon indicating copy to clipboard operation
Android-PullToRefresh copied to clipboard

DEPRECATED

Results 17 Android-PullToRefresh issues
Sort by recently updated
recently updated
newest added

added to main project _setting.gradle_ ``` include 'ViewPagerIndicator' project(':ViewPagerIndicator').projectDir = new File('ViewPagerIndicator/library') ``` added in _app/build.gradle_ ``` dependencies { compile project (path: ':ViewPagerIndicator') } ```

hytjtyjyjuk

when i use PullToRefreshGridView , I have 10 items , every row display 3 items , screen just display 3 rows, the last items can not display anyway , I...

if you call refreshableView.setRefreshing() in code gethight() maybe 0px then cause a bug that can not pull down to refresh fixbug

``` //set dividerHeight property , between the head and body item , also can appear the divider , line 239 : mRefreshableView.addHeaderView(frame, null, false); ```

I know it's not maintained but others may see this important patch.