├── README.md
├── StickySwipePullIndexListview.iml
├── app
├── .gitignore
├── app.iml
├── build.gradle
├── proguard-rules.pro
└── src
│ ├── androidTest
│ └── java
│ │ └── com
│ │ └── rizafu
│ │ └── stickyswipepullindexlistview
│ │ └── ApplicationTest.java
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ └── com
│ │ └── rizafu
│ │ └── stickyswipepullindexlistview
│ │ ├── MyActivity.java
│ │ └── customview
│ │ ├── IndexView.java
│ │ └── PullToRefreshStickyList.java
│ └── res
│ ├── drawable-hdpi
│ └── ic_launcher.png
│ ├── drawable-mdpi
│ └── ic_launcher.png
│ ├── drawable-xhdpi
│ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ └── ic_launcher.png
│ ├── layout
│ ├── activity_my.xml
│ ├── header.xml
│ ├── list_item.xml
│ └── package_row.xml
│ ├── menu
│ └── my.xml
│ ├── values-w820dp
│ └── dimens.xml
│ └── values
│ ├── arrays.xml
│ ├── dimens.xml
│ ├── strings.xml
│ └── styles.xml
├── build.gradle
├── build
└── intermediates
│ ├── dex-cache
│ └── cache.xml
│ └── model_data.bin
├── gradle.properties
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── indexable.jpg
├── libraryPTR
├── build.gradle
├── build
│ ├── generated
│ │ └── source
│ │ │ ├── buildConfig
│ │ │ ├── debug
│ │ │ │ └── com
│ │ │ │ │ └── handmark
│ │ │ │ │ └── pulltorefresh
│ │ │ │ │ └── library
│ │ │ │ │ └── BuildConfig.java
│ │ │ ├── release
│ │ │ │ └── com
│ │ │ │ │ └── handmark
│ │ │ │ │ └── pulltorefresh
│ │ │ │ │ └── library
│ │ │ │ │ └── BuildConfig.java
│ │ │ └── test
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── handmark
│ │ │ │ └── pulltorefresh
│ │ │ │ └── library
│ │ │ │ └── test
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ ├── debug
│ │ │ └── com
│ │ │ │ └── handmark
│ │ │ │ └── pulltorefresh
│ │ │ │ └── library
│ │ │ │ └── R.java
│ │ │ ├── release
│ │ │ └── com
│ │ │ │ └── handmark
│ │ │ │ └── pulltorefresh
│ │ │ │ └── library
│ │ │ │ └── R.java
│ │ │ └── test
│ │ │ └── debug
│ │ │ └── com
│ │ │ └── handmark
│ │ │ └── pulltorefresh
│ │ │ └── library
│ │ │ ├── R.java
│ │ │ └── test
│ │ │ └── R.java
│ ├── intermediates
│ │ ├── bundles
│ │ │ ├── debug
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── classes.jar
│ │ │ │ └── res
│ │ │ │ │ ├── anim
│ │ │ │ │ ├── slide_in_from_bottom.xml
│ │ │ │ │ ├── slide_in_from_top.xml
│ │ │ │ │ ├── slide_out_to_bottom.xml
│ │ │ │ │ └── slide_out_to_top.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── default_ptr_flip.png
│ │ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ │ └── indicator_arrow.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ ├── default_ptr_flip.png
│ │ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ │ └── indicator_arrow.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── default_ptr_flip.png
│ │ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ │ └── indicator_arrow.png
│ │ │ │ │ ├── drawable
│ │ │ │ │ ├── indicator_bg_bottom.xml
│ │ │ │ │ └── indicator_bg_top.xml
│ │ │ │ │ ├── layout
│ │ │ │ │ ├── pull_to_refresh_header_horizontal.xml
│ │ │ │ │ └── pull_to_refresh_header_vertical.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-he
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-nl
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-zh
│ │ │ │ │ └── values.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ └── release
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── classes.jar
│ │ │ │ └── res
│ │ │ │ ├── anim
│ │ │ │ ├── slide_in_from_bottom.xml
│ │ │ │ ├── slide_in_from_top.xml
│ │ │ │ ├── slide_out_to_bottom.xml
│ │ │ │ └── slide_out_to_top.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ ├── default_ptr_flip.png
│ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ └── indicator_arrow.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ ├── default_ptr_flip.png
│ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ └── indicator_arrow.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ ├── default_ptr_flip.png
│ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ └── indicator_arrow.png
│ │ │ │ ├── drawable
│ │ │ │ ├── indicator_bg_bottom.xml
│ │ │ │ └── indicator_bg_top.xml
│ │ │ │ ├── layout
│ │ │ │ ├── pull_to_refresh_header_horizontal.xml
│ │ │ │ └── pull_to_refresh_header_vertical.xml
│ │ │ │ ├── values-ar
│ │ │ │ └── values.xml
│ │ │ │ ├── values-cs
│ │ │ │ └── values.xml
│ │ │ │ ├── values-de
│ │ │ │ └── values.xml
│ │ │ │ ├── values-es
│ │ │ │ └── values.xml
│ │ │ │ ├── values-fi
│ │ │ │ └── values.xml
│ │ │ │ ├── values-fr
│ │ │ │ └── values.xml
│ │ │ │ ├── values-he
│ │ │ │ └── values.xml
│ │ │ │ ├── values-it
│ │ │ │ └── values.xml
│ │ │ │ ├── values-iw
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ja
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ko
│ │ │ │ └── values.xml
│ │ │ │ ├── values-nl
│ │ │ │ └── values.xml
│ │ │ │ ├── values-pl
│ │ │ │ └── values.xml
│ │ │ │ ├── values-pt-rBR
│ │ │ │ └── values.xml
│ │ │ │ ├── values-pt
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ro
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ru
│ │ │ │ └── values.xml
│ │ │ │ ├── values-zh
│ │ │ │ └── values.xml
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ ├── classes
│ │ │ ├── debug
│ │ │ │ └── com
│ │ │ │ │ └── handmark
│ │ │ │ │ └── pulltorefresh
│ │ │ │ │ └── library
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── ILoadingLayout.class
│ │ │ │ │ ├── IPullToRefresh.class
│ │ │ │ │ ├── LoadingLayoutProxy.class
│ │ │ │ │ ├── OverscrollHelper$1.class
│ │ │ │ │ ├── OverscrollHelper.class
│ │ │ │ │ ├── PullToRefreshAdapterViewBase$1.class
│ │ │ │ │ ├── PullToRefreshAdapterViewBase.class
│ │ │ │ │ ├── PullToRefreshBase$1.class
│ │ │ │ │ ├── PullToRefreshBase$2.class
│ │ │ │ │ ├── PullToRefreshBase$3.class
│ │ │ │ │ ├── PullToRefreshBase$4.class
│ │ │ │ │ ├── PullToRefreshBase$AnimationStyle.class
│ │ │ │ │ ├── PullToRefreshBase$Mode.class
│ │ │ │ │ ├── PullToRefreshBase$OnLastItemVisibleListener.class
│ │ │ │ │ ├── PullToRefreshBase$OnPullEventListener.class
│ │ │ │ │ ├── PullToRefreshBase$OnRefreshListener.class
│ │ │ │ │ ├── PullToRefreshBase$OnRefreshListener2.class
│ │ │ │ │ ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class
│ │ │ │ │ ├── PullToRefreshBase$Orientation.class
│ │ │ │ │ ├── PullToRefreshBase$SmoothScrollRunnable.class
│ │ │ │ │ ├── PullToRefreshBase$State.class
│ │ │ │ │ ├── PullToRefreshBase.class
│ │ │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListView.class
│ │ │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
│ │ │ │ │ ├── PullToRefreshExpandableListView.class
│ │ │ │ │ ├── PullToRefreshGridView$InternalGridView.class
│ │ │ │ │ ├── PullToRefreshGridView$InternalGridViewSDK9.class
│ │ │ │ │ ├── PullToRefreshGridView.class
│ │ │ │ │ ├── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
│ │ │ │ │ ├── PullToRefreshHorizontalScrollView.class
│ │ │ │ │ ├── PullToRefreshListView$1.class
│ │ │ │ │ ├── PullToRefreshListView$InternalListView.class
│ │ │ │ │ ├── PullToRefreshListView$InternalListViewSDK9.class
│ │ │ │ │ ├── PullToRefreshListView.class
│ │ │ │ │ ├── PullToRefreshScrollView$InternalScrollViewSDK9.class
│ │ │ │ │ ├── PullToRefreshScrollView.class
│ │ │ │ │ ├── PullToRefreshWebView$1.class
│ │ │ │ │ ├── PullToRefreshWebView$2.class
│ │ │ │ │ ├── PullToRefreshWebView$InternalWebViewSDK9.class
│ │ │ │ │ ├── PullToRefreshWebView.class
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── extras
│ │ │ │ │ ├── PullToRefreshWebView2$JsValueCallback.class
│ │ │ │ │ ├── PullToRefreshWebView2.class
│ │ │ │ │ └── SoundPullEventListener.class
│ │ │ │ │ └── internal
│ │ │ │ │ ├── EmptyViewMethodAccessor.class
│ │ │ │ │ ├── FlipLoadingLayout$1.class
│ │ │ │ │ ├── FlipLoadingLayout.class
│ │ │ │ │ ├── IndicatorLayout$1.class
│ │ │ │ │ ├── IndicatorLayout.class
│ │ │ │ │ ├── LoadingLayout$1.class
│ │ │ │ │ ├── LoadingLayout.class
│ │ │ │ │ ├── RotateLoadingLayout.class
│ │ │ │ │ ├── Utils.class
│ │ │ │ │ ├── ViewCompat$SDK11.class
│ │ │ │ │ ├── ViewCompat$SDK16.class
│ │ │ │ │ └── ViewCompat.class
│ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── handmark
│ │ │ │ └── pulltorefresh
│ │ │ │ └── library
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── ILoadingLayout.class
│ │ │ │ ├── IPullToRefresh.class
│ │ │ │ ├── LoadingLayoutProxy.class
│ │ │ │ ├── OverscrollHelper$1.class
│ │ │ │ ├── OverscrollHelper.class
│ │ │ │ ├── PullToRefreshAdapterViewBase$1.class
│ │ │ │ ├── PullToRefreshAdapterViewBase.class
│ │ │ │ ├── PullToRefreshBase$1.class
│ │ │ │ ├── PullToRefreshBase$2.class
│ │ │ │ ├── PullToRefreshBase$3.class
│ │ │ │ ├── PullToRefreshBase$4.class
│ │ │ │ ├── PullToRefreshBase$AnimationStyle.class
│ │ │ │ ├── PullToRefreshBase$Mode.class
│ │ │ │ ├── PullToRefreshBase$OnLastItemVisibleListener.class
│ │ │ │ ├── PullToRefreshBase$OnPullEventListener.class
│ │ │ │ ├── PullToRefreshBase$OnRefreshListener.class
│ │ │ │ ├── PullToRefreshBase$OnRefreshListener2.class
│ │ │ │ ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class
│ │ │ │ ├── PullToRefreshBase$Orientation.class
│ │ │ │ ├── PullToRefreshBase$SmoothScrollRunnable.class
│ │ │ │ ├── PullToRefreshBase$State.class
│ │ │ │ ├── PullToRefreshBase.class
│ │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListView.class
│ │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
│ │ │ │ ├── PullToRefreshExpandableListView.class
│ │ │ │ ├── PullToRefreshGridView$InternalGridView.class
│ │ │ │ ├── PullToRefreshGridView$InternalGridViewSDK9.class
│ │ │ │ ├── PullToRefreshGridView.class
│ │ │ │ ├── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
│ │ │ │ ├── PullToRefreshHorizontalScrollView.class
│ │ │ │ ├── PullToRefreshListView$1.class
│ │ │ │ ├── PullToRefreshListView$InternalListView.class
│ │ │ │ ├── PullToRefreshListView$InternalListViewSDK9.class
│ │ │ │ ├── PullToRefreshListView.class
│ │ │ │ ├── PullToRefreshScrollView$InternalScrollViewSDK9.class
│ │ │ │ ├── PullToRefreshScrollView.class
│ │ │ │ ├── PullToRefreshWebView$1.class
│ │ │ │ ├── PullToRefreshWebView$2.class
│ │ │ │ ├── PullToRefreshWebView$InternalWebViewSDK9.class
│ │ │ │ ├── PullToRefreshWebView.class
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R.class
│ │ │ │ ├── extras
│ │ │ │ ├── PullToRefreshWebView2$JsValueCallback.class
│ │ │ │ ├── PullToRefreshWebView2.class
│ │ │ │ └── SoundPullEventListener.class
│ │ │ │ └── internal
│ │ │ │ ├── EmptyViewMethodAccessor.class
│ │ │ │ ├── FlipLoadingLayout$1.class
│ │ │ │ ├── FlipLoadingLayout.class
│ │ │ │ ├── IndicatorLayout$1.class
│ │ │ │ ├── IndicatorLayout.class
│ │ │ │ ├── LoadingLayout$1.class
│ │ │ │ ├── LoadingLayout.class
│ │ │ │ ├── RotateLoadingLayout.class
│ │ │ │ ├── Utils.class
│ │ │ │ ├── ViewCompat$SDK11.class
│ │ │ │ ├── ViewCompat$SDK16.class
│ │ │ │ └── ViewCompat.class
│ │ ├── incremental
│ │ │ ├── aidl
│ │ │ │ ├── debug
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── release
│ │ │ │ │ └── dependency.store
│ │ │ │ └── test
│ │ │ │ │ └── debug
│ │ │ │ │ └── dependency.store
│ │ │ ├── mergeAssets
│ │ │ │ ├── debug
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── release
│ │ │ │ │ └── merger.xml
│ │ │ │ └── test
│ │ │ │ │ └── debug
│ │ │ │ │ └── merger.xml
│ │ │ ├── mergeResources
│ │ │ │ └── test
│ │ │ │ │ └── debug
│ │ │ │ │ └── merger.xml
│ │ │ └── packageResources
│ │ │ │ ├── debug
│ │ │ │ └── merger.xml
│ │ │ │ └── release
│ │ │ │ └── merger.xml
│ │ ├── libs
│ │ │ └── libraryPTR-debug-test.ap_
│ │ ├── manifests
│ │ │ └── test
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ ├── res
│ │ │ └── test
│ │ │ │ └── debug
│ │ │ │ ├── anim
│ │ │ │ ├── slide_in_from_bottom.xml
│ │ │ │ ├── slide_in_from_top.xml
│ │ │ │ ├── slide_out_to_bottom.xml
│ │ │ │ └── slide_out_to_top.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ ├── default_ptr_flip.png
│ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ └── indicator_arrow.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ ├── default_ptr_flip.png
│ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ └── indicator_arrow.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ ├── default_ptr_flip.png
│ │ │ │ ├── default_ptr_rotate.png
│ │ │ │ └── indicator_arrow.png
│ │ │ │ ├── drawable
│ │ │ │ ├── indicator_bg_bottom.xml
│ │ │ │ └── indicator_bg_top.xml
│ │ │ │ ├── layout
│ │ │ │ ├── pull_to_refresh_header_horizontal.xml
│ │ │ │ └── pull_to_refresh_header_vertical.xml
│ │ │ │ ├── values-ar
│ │ │ │ └── values.xml
│ │ │ │ ├── values-cs
│ │ │ │ └── values.xml
│ │ │ │ ├── values-de
│ │ │ │ └── values.xml
│ │ │ │ ├── values-es
│ │ │ │ └── values.xml
│ │ │ │ ├── values-fi
│ │ │ │ └── values.xml
│ │ │ │ ├── values-fr
│ │ │ │ └── values.xml
│ │ │ │ ├── values-he
│ │ │ │ └── values.xml
│ │ │ │ ├── values-it
│ │ │ │ └── values.xml
│ │ │ │ ├── values-iw
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ja
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ko
│ │ │ │ └── values.xml
│ │ │ │ ├── values-nl
│ │ │ │ └── values.xml
│ │ │ │ ├── values-pl
│ │ │ │ └── values.xml
│ │ │ │ ├── values-pt-rBR
│ │ │ │ └── values.xml
│ │ │ │ ├── values-pt
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ro
│ │ │ │ └── values.xml
│ │ │ │ ├── values-ru
│ │ │ │ └── values.xml
│ │ │ │ ├── values-zh
│ │ │ │ └── values.xml
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ └── symbols
│ │ │ └── test
│ │ │ └── debug
│ │ │ └── R.txt
│ ├── outputs
│ │ └── aar
│ │ │ └── libraryPTR.aar
│ └── tmp
│ │ ├── packageDebugJar
│ │ └── MANIFEST.MF
│ │ └── packageReleaseJar
│ │ └── MANIFEST.MF
├── libraryPTR.iml
└── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ └── com
│ │ └── handmark
│ │ └── pulltorefresh
│ │ └── library
│ │ ├── ILoadingLayout.java
│ │ ├── IPullToRefresh.java
│ │ ├── LoadingLayoutProxy.java
│ │ ├── OverscrollHelper.java
│ │ ├── PullToRefreshAdapterViewBase.java
│ │ ├── PullToRefreshBase.java
│ │ ├── PullToRefreshExpandableListView.java
│ │ ├── PullToRefreshGridView.java
│ │ ├── PullToRefreshHorizontalScrollView.java
│ │ ├── PullToRefreshListView.java
│ │ ├── PullToRefreshScrollView.java
│ │ ├── PullToRefreshWebView.java
│ │ ├── extras
│ │ ├── PullToRefreshWebView2.java
│ │ └── SoundPullEventListener.java
│ │ └── internal
│ │ ├── EmptyViewMethodAccessor.java
│ │ ├── FlipLoadingLayout.java
│ │ ├── IndicatorLayout.java
│ │ ├── LoadingLayout.java
│ │ ├── RotateLoadingLayout.java
│ │ ├── Utils.java
│ │ └── ViewCompat.java
│ └── res
│ ├── anim
│ ├── slide_in_from_bottom.xml
│ ├── slide_in_from_top.xml
│ ├── slide_out_to_bottom.xml
│ └── slide_out_to_top.xml
│ ├── drawable-hdpi
│ ├── default_ptr_flip.png
│ ├── default_ptr_rotate.png
│ └── indicator_arrow.png
│ ├── drawable-mdpi
│ ├── default_ptr_flip.png
│ ├── default_ptr_rotate.png
│ └── indicator_arrow.png
│ ├── drawable-xhdpi
│ ├── default_ptr_flip.png
│ ├── default_ptr_rotate.png
│ └── indicator_arrow.png
│ ├── drawable
│ ├── indicator_bg_bottom.xml
│ └── indicator_bg_top.xml
│ ├── layout
│ ├── pull_to_refresh_header_horizontal.xml
│ └── pull_to_refresh_header_vertical.xml
│ ├── values-ar
│ └── pull_refresh_strings.xml
│ ├── values-cs
│ └── pull_refresh_strings.xml
│ ├── values-de
│ └── pull_refresh_strings.xml
│ ├── values-es
│ └── pull_refresh_strings.xml
│ ├── values-fi
│ └── pull_refresh_strings.xml
│ ├── values-fr
│ └── pull_refresh_strings.xml
│ ├── values-he
│ └── pull_refresh_strings.xml
│ ├── values-it
│ └── pull_refresh_strings.xml
│ ├── values-iw
│ └── pull_refresh_strings.xml
│ ├── values-ja
│ └── pull_refresh_strings.xml
│ ├── values-ko
│ └── pull_refresh_strings.xml
│ ├── values-nl
│ └── pull_refresh_strings.xml
│ ├── values-pl
│ └── pull_refresh_strings.xml
│ ├── values-pt-rBR
│ └── pull_refresh_strings.xml
│ ├── values-pt
│ └── pull_refresh_strings.xml
│ ├── values-ro
│ └── pull_refresh_strings.xml
│ ├── values-ru
│ └── pull_refresh_strings.xml
│ ├── values-zh
│ └── pull_refresh_strings.xml
│ └── values
│ ├── attrs.xml
│ ├── dimens.xml
│ ├── ids.xml
│ └── pull_refresh_strings.xml
├── list.jpg
├── local.properties
├── pull.jpg
├── settings.gradle
├── sticky.jpg
└── swipe.jpg
/README.md:
--------------------------------------------------------------------------------
1 | Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView
2 | ===========================================================
3 |
4 | base on :
5 | https://github.com/emilsjolander/StickyListHeaders
6 | https://github.com/47deg/android-swipelistview
7 | https://github.com/chrisbanes/Android-PullToRefresh
8 | https://github.com/xuyangbill/ListIndex
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/StickySwipePullIndexListview.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/app/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 19
5 | buildToolsVersion "20.0.0"
6 |
7 | defaultConfig {
8 | applicationId "com.rizafu.stickyswipepullindexlistview"
9 | minSdkVersion 15
10 | targetSdkVersion 20
11 | versionCode 1
12 | versionName "1.0"
13 | }
14 | buildTypes {
15 | release {
16 | runProguard false
17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18 | }
19 | }
20 | }
21 |
22 | repositories {
23 | maven { url 'http://clinker.47deg.com/nexus/content/groups/public' }
24 | }
25 |
26 | dependencies {
27 | compile fileTree(dir: 'libs', include: ['*.jar'])
28 | compile 'com.android.support:appcompat-v7:20.0.0'
29 | compile 'se.emilsjolander:stickylistheaders:2.5.1'
30 | compile('com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar') {
31 | transitive = true
32 | }
33 | compile project(':libraryPTR')
34 | }
35 |
--------------------------------------------------------------------------------
/app/proguard-rules.pro:
--------------------------------------------------------------------------------
1 | # Add project specific ProGuard rules here.
2 | # By default, the flags in this file are appended to flags specified
3 | # in /Applications/Android Studio.app/sdk/tools/proguard/proguard-android.txt
4 | # You can edit the include path and order by changing the proguardFiles
5 | # directive in build.gradle.
6 | #
7 | # For more details, see
8 | # http://developer.android.com/guide/developing/tools/proguard.html
9 |
10 | # Add any project specific keep options here:
11 |
12 | # If your project uses WebView with JS, uncomment the following
13 | # and specify the fully qualified class name to the JavaScript interface
14 | # class:
15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16 | # public *;
17 | #}
18 |
--------------------------------------------------------------------------------
/app/src/androidTest/java/com/rizafu/stickyswipepullindexlistview/ApplicationTest.java:
--------------------------------------------------------------------------------
1 | package com.rizafu.stickyswipepullindexlistview;
2 |
3 | import android.app.Application;
4 | import android.test.ApplicationTestCase;
5 |
6 | /**
7 | * Testing Fundamentals
8 | */
9 | public class ApplicationTest extends ApplicationTestCase {
10 | public ApplicationTest() {
11 | super(Application.class);
12 | }
13 | }
--------------------------------------------------------------------------------
/app/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
10 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/app/src/main/java/com/rizafu/stickyswipepullindexlistview/customview/IndexView.java:
--------------------------------------------------------------------------------
1 | package com.rizafu.stickyswipepullindexlistview.customview;
2 |
3 | import android.annotation.TargetApi;
4 | import android.content.Context;
5 | import android.graphics.Color;
6 | import android.os.Build;
7 | import android.util.AttributeSet;
8 | import android.view.Gravity;
9 | import android.view.MotionEvent;
10 | import android.view.View;
11 | import android.view.animation.AlphaAnimation;
12 | import android.view.animation.Animation;
13 | import android.widget.LinearLayout;
14 | import android.widget.TextView;
15 |
16 | import se.emilsjolander.stickylistheaders.StickyListHeadersAdapter;
17 |
18 | public class IndexView extends LinearLayout {
19 | public IndexView(Context context) {
20 | super(context);
21 | }
22 |
23 | public IndexView(Context context, AttributeSet attrs) {
24 | super(context, attrs);
25 | }
26 |
27 | @TargetApi(Build.VERSION_CODES.HONEYCOMB)
28 | public IndexView(Context context, AttributeSet attrs, int defStyle) {
29 | super(context, attrs, defStyle);
30 | }
31 |
32 | public void init(final PullToRefreshStickyList pullToRefreshStickyList, final TextView textView) {
33 | setOrientation(VERTICAL);
34 |
35 | addTextView('#');
36 | for (int i = 0; i < 26; i++) {
37 | addTextView((char) ('A' + i));
38 | }
39 |
40 | final Animation animation = new AlphaAnimation(1, 0);
41 | animation.setDuration(1500);
42 | animation.setFillAfter(true);
43 |
44 | final StickyListHeadersAdapter listAdapter;
45 | listAdapter = pullToRefreshStickyList.getRefreshableView().getAdapter();
46 |
47 | setOnTouchListener(new OnTouchListener() {
48 |
49 | @Override
50 | public boolean onTouch(View v, MotionEvent event) {
51 |
52 | switch (event.getAction()) {
53 | case MotionEvent.ACTION_DOWN:
54 | case MotionEvent.ACTION_MOVE:
55 | int position = (int) (event.getY() * 27 / v.getHeight());
56 | if (position >= 0 && position <= 26) {
57 | char c;
58 | int localPosition;
59 | if (position == 0) {
60 | c = '#';
61 | localPosition = 0;
62 | } else {
63 | c = (char) ('A' - 1 + position);
64 | localPosition = searchPosition(listAdapter, c);
65 | }
66 | if (localPosition != -1) {
67 | pullToRefreshStickyList.getRefreshableView().setSelection(localPosition);
68 | }
69 | textView.setText(String.valueOf(c));
70 | if (textView.getVisibility() == View.GONE) {
71 | textView.setVisibility(View.VISIBLE);
72 | }
73 | textView.startAnimation(animation);
74 | } else {
75 | pullToRefreshStickyList.getRefreshableView().setSelection(0);
76 | }
77 | return true;
78 | }
79 | return false;
80 |
81 | }
82 | });
83 | }
84 |
85 | private void addTextView(char c) {
86 | TextView textView = new TextView(getContext());
87 | textView.setText(String.valueOf(c));
88 | textView.setTextColor(Color.WHITE);
89 | textView.setGravity(Gravity.CENTER);
90 | LayoutParams lllp = new LayoutParams(
91 | LayoutParams.MATCH_PARENT, 0);
92 | lllp.weight = 1;
93 | addView(textView, lllp);
94 | }
95 |
96 | private int searchPosition(StickyListHeadersAdapter listAdapter, char c) {
97 | for (int i = 0; i < listAdapter.getCount(); i++) {
98 | if (c == listAdapter.getItem(i).toString().charAt(0)){
99 | return i;
100 | }
101 | }
102 | return -1;
103 | }
104 | }
105 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/app/src/main/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/app/src/main/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/app/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/app/src/main/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_my.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
13 |
14 |
20 |
21 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/header.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
16 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/list_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/package_row.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
20 |
21 |
25 |
26 |
31 |
32 |
42 |
43 |
53 |
54 |
55 |
56 |
62 |
63 |
64 |
73 |
74 |
75 |
76 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/my.xml:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 | 64dp
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16dp
4 | 16dp
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | StickySwipePullIndexListview
5 | Hello world!
6 | Settings
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 |
3 | buildscript {
4 | repositories {
5 | jcenter()
6 | }
7 | dependencies {
8 | classpath 'com.android.tools.build:gradle:0.12.2'
9 |
10 | // NOTE: Do not place your application dependencies here; they belong
11 | // in the individual module build.gradle files
12 | }
13 | }
14 |
15 | allprojects {
16 | repositories {
17 | jcenter()
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/build/intermediates/model_data.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/build/intermediates/model_data.bin
--------------------------------------------------------------------------------
/gradle.properties:
--------------------------------------------------------------------------------
1 | # Project-wide Gradle settings.
2 |
3 | # IDE (e.g. Android Studio) users:
4 | # Settings specified in this file will override any Gradle settings
5 | # configured through the IDE.
6 |
7 | # For more details on how to configure your build environment visit
8 | # http://www.gradle.org/docs/current/userguide/build_environment.html
9 |
10 | # Specifies the JVM arguments used for the daemon process.
11 | # The setting is particularly useful for tweaking memory settings.
12 | # Default value: -Xmx10248m -XX:MaxPermSize=256m
13 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14 |
15 | # When configured, Gradle will run in incubating parallel mode.
16 | # This option should only be used with decoupled projects. More details, visit
17 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18 | # org.gradle.parallel=true
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Wed Apr 10 15:27:10 PDT 2013
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
7 |
--------------------------------------------------------------------------------
/gradlew.bat:
--------------------------------------------------------------------------------
1 | @if "%DEBUG%" == "" @echo off
2 | @rem ##########################################################################
3 | @rem
4 | @rem Gradle startup script for Windows
5 | @rem
6 | @rem ##########################################################################
7 |
8 | @rem Set local scope for the variables with windows NT shell
9 | if "%OS%"=="Windows_NT" setlocal
10 |
11 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12 | set DEFAULT_JVM_OPTS=
13 |
14 | set DIRNAME=%~dp0
15 | if "%DIRNAME%" == "" set DIRNAME=.
16 | set APP_BASE_NAME=%~n0
17 | set APP_HOME=%DIRNAME%
18 |
19 | @rem Find java.exe
20 | if defined JAVA_HOME goto findJavaFromJavaHome
21 |
22 | set JAVA_EXE=java.exe
23 | %JAVA_EXE% -version >NUL 2>&1
24 | if "%ERRORLEVEL%" == "0" goto init
25 |
26 | echo.
27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28 | echo.
29 | echo Please set the JAVA_HOME variable in your environment to match the
30 | echo location of your Java installation.
31 |
32 | goto fail
33 |
34 | :findJavaFromJavaHome
35 | set JAVA_HOME=%JAVA_HOME:"=%
36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37 |
38 | if exist "%JAVA_EXE%" goto init
39 |
40 | echo.
41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42 | echo.
43 | echo Please set the JAVA_HOME variable in your environment to match the
44 | echo location of your Java installation.
45 |
46 | goto fail
47 |
48 | :init
49 | @rem Get command-line arguments, handling Windowz variants
50 |
51 | if not "%OS%" == "Windows_NT" goto win9xME_args
52 | if "%@eval[2+2]" == "4" goto 4NT_args
53 |
54 | :win9xME_args
55 | @rem Slurp the command line arguments.
56 | set CMD_LINE_ARGS=
57 | set _SKIP=2
58 |
59 | :win9xME_args_slurp
60 | if "x%~1" == "x" goto execute
61 |
62 | set CMD_LINE_ARGS=%*
63 | goto execute
64 |
65 | :4NT_args
66 | @rem Get arguments from the 4NT Shell from JP Software
67 | set CMD_LINE_ARGS=%$
68 |
69 | :execute
70 | @rem Setup the command line
71 |
72 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73 |
74 | @rem Execute Gradle
75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76 |
77 | :end
78 | @rem End local scope for the variables with windows NT shell
79 | if "%ERRORLEVEL%"=="0" goto mainEnd
80 |
81 | :fail
82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 | rem the _cmd.exe /c_ return code!
84 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
85 | exit /b 1
86 |
87 | :mainEnd
88 | if "%OS%"=="Windows_NT" endlocal
89 |
90 | :omega
91 |
--------------------------------------------------------------------------------
/import-summary.txt:
--------------------------------------------------------------------------------
1 | ECLIPSE ANDROID PROJECT IMPORT SUMMARY
2 | ======================================
3 |
4 | Ignored Files:
5 | --------------
6 | The following files were *not* copied into the new Gradle project; you
7 | should evaluate whether these are still needed in your project and if
8 | so manually move them:
9 |
10 | * LICENSE
11 | * pom.xml
12 |
13 | Moved Files:
14 | ------------
15 | Android Gradle projects use a different directory structure than ADT
16 | Eclipse projects. Here's how the projects were restructured:
17 |
18 | * AndroidManifest.xml => libraryPTR/src/main/AndroidManifest.xml
19 | * assets/ => libraryPTR/src/main/assets/
20 | * res/ => libraryPTR/src/main/res/
21 | * src/ => libraryPTR/src/main/java/
22 |
23 | Next Steps:
24 | -----------
25 | You can now build the project. The Gradle project needs network
26 | connectivity to download dependencies.
27 |
28 | Bugs:
29 | -----
30 | If for some reason your project does not build, and you determine that
31 | it is due to a bug or limitation of the Eclipse to Gradle importer,
32 | please file a bug at http://b.android.com with category
33 | Component-Tools.
34 |
35 | (This import summary is for your information only, and can be deleted
36 | after import once you are satisfied with the results.)
37 |
--------------------------------------------------------------------------------
/indexable.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/indexable.jpg
--------------------------------------------------------------------------------
/libraryPTR/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.library'
2 | android {
3 | compileSdkVersion 19
4 | buildToolsVersion "19.1.0"
5 |
6 | defaultConfig {
7 | applicationId "com.handmark.pulltorefresh.library"
8 | minSdkVersion 4
9 | targetSdkVersion 4
10 | }
11 |
12 | buildTypes {
13 | release {
14 | runProguard false
15 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
16 | }
17 | }
18 | }
19 |
20 | dependencies {
21 | }
--------------------------------------------------------------------------------
/libraryPTR/build/generated/source/buildConfig/debug/com/handmark/pulltorefresh/library/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.handmark.pulltorefresh.library;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String PACKAGE_NAME = "com.handmark.pulltorefresh.library";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = 2110;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/libraryPTR/build/generated/source/buildConfig/release/com/handmark/pulltorefresh/library/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.handmark.pulltorefresh.library;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = false;
8 | public static final String PACKAGE_NAME = "com.handmark.pulltorefresh.library";
9 | public static final String BUILD_TYPE = "release";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = 2110;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/libraryPTR/build/generated/source/buildConfig/test/debug/com/handmark/pulltorefresh/library/test/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package com.handmark.pulltorefresh.library.test;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String PACKAGE_NAME = "com.handmark.pulltorefresh.library.test";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = -1;
12 | public static final String VERSION_NAME = "";
13 | }
14 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/classes.jar
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/anim/slide_in_from_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/anim/slide_in_from_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/anim/slide_out_to_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/anim/slide_out_to_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-hdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-hdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-hdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-hdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-hdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-hdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-mdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-mdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-mdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-mdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-mdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-mdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable/indicator_bg_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/drawable/indicator_bg_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/layout/pull_to_refresh_header_horizontal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
18 |
19 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/layout/pull_to_refresh_header_vertical.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
17 |
18 |
23 |
24 |
32 |
33 |
34 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-ar/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | اسحب للتحديث…
8 | تحميل…
9 | اترك للتحديث…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-cs/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tažením aktualizujete…
8 | Načítání…
9 | Uvolněním aktualizujete…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-de/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Ziehen zum Aktualisieren…
8 | Laden…
9 | Loslassen zum Aktualisieren…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-es/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tirar para actualizar…
8 | Cargando…
9 | Soltar para actualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-fi/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Päivitä vetämällä ylös…
8 | @string/pull_to_refresh_refreshing_label
9 | @string/pull_to_refresh_release_label
10 | Päivitä vetämällä alas…
11 | Päivitetään…
12 | Päivitä vapauttamalla…
13 |
14 |
15 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-fr/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tirez pour rafraîchir…
8 | Chargement…
9 | Relâcher pour rafraîchir…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-he/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | משוך לרענון…
8 | טוען…
9 | שחרר לרענון…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-it/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tira per aggiornare…
8 | Caricamento…
9 | Rilascia per aggionare…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-iw/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | משוך לרענון…
8 | טוען…
9 | שחרר לרענון…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-ja/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 画面を引っ張って…
8 | 読み込み中…
9 | 指を離して更新…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-ko/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 당겨서 새로 고침…
8 | 로드 중…
9 | 놓아서 새로 고침…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-nl/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Sleep om te vernieuwen…
8 | Laden…
9 | Loslaten om te vernieuwen…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-pl/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Pociągnij, aby odświeżyć…
8 | Wczytywanie…
9 | Puść, aby odświeżyć…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-pt-rBR/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Puxe para atualizar…
8 | Carregando…
9 | Libere para atualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-pt/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Puxe para atualizar…
8 | A carregar…
9 | Liberação para atualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-ro/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Trage pentru a reîmprospăta…
8 | Încărcare…
9 | Eliberează pentru a reîmprospăta…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-ru/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Потяните для обновления…
8 | Загрузка…
9 | Отпустите для обновления…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/debug/res/values-zh/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 下拉刷新…
8 | 正在载入…
9 | 放开以刷新…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/classes.jar
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/anim/slide_in_from_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/anim/slide_in_from_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/anim/slide_out_to_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/anim/slide_out_to_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-hdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-hdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-hdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-hdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-hdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-hdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-mdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-mdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-mdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-mdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-mdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-mdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-xhdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-xhdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-xhdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-xhdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable-xhdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/bundles/release/res/drawable-xhdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable/indicator_bg_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/drawable/indicator_bg_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/layout/pull_to_refresh_header_horizontal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
18 |
19 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/layout/pull_to_refresh_header_vertical.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
17 |
18 |
23 |
24 |
32 |
33 |
34 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-ar/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | اسحب للتحديث…
8 | تحميل…
9 | اترك للتحديث…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-cs/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tažením aktualizujete…
8 | Načítání…
9 | Uvolněním aktualizujete…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-de/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Ziehen zum Aktualisieren…
8 | Laden…
9 | Loslassen zum Aktualisieren…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-es/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tirar para actualizar…
8 | Cargando…
9 | Soltar para actualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-fi/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Päivitä vetämällä ylös…
8 | @string/pull_to_refresh_refreshing_label
9 | @string/pull_to_refresh_release_label
10 | Päivitä vetämällä alas…
11 | Päivitetään…
12 | Päivitä vapauttamalla…
13 |
14 |
15 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-fr/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tirez pour rafraîchir…
8 | Chargement…
9 | Relâcher pour rafraîchir…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-he/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | משוך לרענון…
8 | טוען…
9 | שחרר לרענון…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-it/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tira per aggiornare…
8 | Caricamento…
9 | Rilascia per aggionare…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-iw/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | משוך לרענון…
8 | טוען…
9 | שחרר לרענון…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-ja/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 画面を引っ張って…
8 | 読み込み中…
9 | 指を離して更新…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-ko/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 당겨서 새로 고침…
8 | 로드 중…
9 | 놓아서 새로 고침…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-nl/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Sleep om te vernieuwen…
8 | Laden…
9 | Loslaten om te vernieuwen…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-pl/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Pociągnij, aby odświeżyć…
8 | Wczytywanie…
9 | Puść, aby odświeżyć…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-pt-rBR/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Puxe para atualizar…
8 | Carregando…
9 | Libere para atualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-pt/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Puxe para atualizar…
8 | A carregar…
9 | Liberação para atualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-ro/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Trage pentru a reîmprospăta…
8 | Încărcare…
9 | Eliberează pentru a reîmprospăta…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-ru/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Потяните для обновления…
8 | Загрузка…
9 | Отпустите для обновления…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/bundles/release/res/values-zh/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 下拉刷新…
8 | 正在载入…
9 | 放开以刷新…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/BuildConfig.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/ILoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/ILoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/IPullToRefresh.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/IPullToRefresh.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/LoadingLayoutProxy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/LoadingLayoutProxy.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/OverscrollHelper$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/OverscrollHelper$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/OverscrollHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/OverscrollHelper.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$3.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$4.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$AnimationStyle.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$AnimationStyle.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$Mode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$Mode.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnLastItemVisibleListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnLastItemVisibleListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnSmoothScrollFinishedListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$OnSmoothScrollFinishedListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$Orientation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$Orientation.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$SmoothScrollRunnable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$SmoothScrollRunnable.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$State.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase$State.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshBase.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshGridView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshGridView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshScrollView$InternalScrollViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshScrollView$InternalScrollViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshScrollView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshScrollView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView$2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView$InternalWebViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView$InternalWebViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/PullToRefreshWebView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$anim.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$anim.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$attr.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$dimen.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$drawable.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$id.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$layout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$string.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R$styleable.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/R.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2$JsValueCallback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2$JsValueCallback.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/IndicatorLayout$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/IndicatorLayout$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/IndicatorLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/IndicatorLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/LoadingLayout$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/LoadingLayout$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/LoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/LoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/Utils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/Utils.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK11.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK16.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/ViewCompat.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/debug/com/handmark/pulltorefresh/library/internal/ViewCompat.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/BuildConfig.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/ILoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/ILoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/IPullToRefresh.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/IPullToRefresh.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/LoadingLayoutProxy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/LoadingLayoutProxy.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/OverscrollHelper$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/OverscrollHelper$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/OverscrollHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/OverscrollHelper.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$3.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$4.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$AnimationStyle.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$AnimationStyle.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$Mode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$Mode.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnLastItemVisibleListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnLastItemVisibleListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnRefreshListener2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnSmoothScrollFinishedListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$OnSmoothScrollFinishedListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$Orientation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$Orientation.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$SmoothScrollRunnable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$SmoothScrollRunnable.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$State.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase$State.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshBase.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshGridView$InternalGridViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshGridView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshGridView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView$InternalListViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshListView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshScrollView$InternalScrollViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshScrollView$InternalScrollViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshScrollView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshScrollView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView$2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView$InternalWebViewSDK9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView$InternalWebViewSDK9.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/PullToRefreshWebView.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$anim.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$anim.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$attr.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$dimen.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$drawable.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$id.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$layout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$string.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R$styleable.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/R.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2$JsValueCallback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2$JsValueCallback.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/IndicatorLayout$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/IndicatorLayout$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/IndicatorLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/IndicatorLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/LoadingLayout$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/LoadingLayout$1.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/LoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/LoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/Utils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/Utils.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK11.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/ViewCompat$SDK16.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/ViewCompat.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/classes/release/com/handmark/pulltorefresh/library/internal/ViewCompat.class
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/incremental/aidl/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/incremental/aidl/release/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/incremental/aidl/test/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/incremental/mergeAssets/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/incremental/mergeAssets/release/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/incremental/mergeAssets/test/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/libs/libraryPTR-debug-test.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/libs/libraryPTR-debug-test.ap_
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/manifests/test/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
8 |
9 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/anim/slide_in_from_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/anim/slide_in_from_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/anim/slide_out_to_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/anim/slide_out_to_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-hdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-hdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-hdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-hdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-hdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-hdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-mdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-mdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-mdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-mdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-mdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-mdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-xhdpi-v4/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-xhdpi-v4/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-xhdpi-v4/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-xhdpi-v4/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable-xhdpi-v4/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/intermediates/res/test/debug/drawable-xhdpi-v4/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable/indicator_bg_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/drawable/indicator_bg_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/layout/pull_to_refresh_header_horizontal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
18 |
19 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/layout/pull_to_refresh_header_vertical.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
17 |
18 |
23 |
24 |
32 |
33 |
34 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-ar/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | اسحب للتحديث…
8 | تحميل…
9 | اترك للتحديث…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-cs/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tažením aktualizujete…
8 | Načítání…
9 | Uvolněním aktualizujete…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-de/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Ziehen zum Aktualisieren…
8 | Laden…
9 | Loslassen zum Aktualisieren…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-es/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tirar para actualizar…
8 | Cargando…
9 | Soltar para actualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-fi/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Päivitä vetämällä ylös…
8 | @string/pull_to_refresh_refreshing_label
9 | @string/pull_to_refresh_release_label
10 | Päivitä vetämällä alas…
11 | Päivitetään…
12 | Päivitä vapauttamalla…
13 |
14 |
15 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-fr/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tirez pour rafraîchir…
8 | Chargement…
9 | Relâcher pour rafraîchir…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-he/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | משוך לרענון…
8 | טוען…
9 | שחרר לרענון…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-it/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Tira per aggiornare…
8 | Caricamento…
9 | Rilascia per aggionare…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-iw/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | משוך לרענון…
8 | טוען…
9 | שחרר לרענון…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-ja/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 画面を引っ張って…
8 | 読み込み中…
9 | 指を離して更新…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-ko/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 당겨서 새로 고침…
8 | 로드 중…
9 | 놓아서 새로 고침…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-nl/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Sleep om te vernieuwen…
8 | Laden…
9 | Loslaten om te vernieuwen…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-pl/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Pociągnij, aby odświeżyć…
8 | Wczytywanie…
9 | Puść, aby odświeżyć…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-pt-rBR/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Puxe para atualizar…
8 | Carregando…
9 | Libere para atualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-pt/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Puxe para atualizar…
8 | A carregar…
9 | Liberação para atualizar…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-ro/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Trage pentru a reîmprospăta…
8 | Încărcare…
9 | Eliberează pentru a reîmprospăta…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-ru/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Потяните для обновления…
8 | Загрузка…
9 | Отпустите для обновления…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/intermediates/res/test/debug/values-zh/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | 下拉刷新…
8 | 正在载入…
9 | 放开以刷新…
10 |
11 |
12 |
--------------------------------------------------------------------------------
/libraryPTR/build/outputs/aar/libraryPTR.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/build/outputs/aar/libraryPTR.aar
--------------------------------------------------------------------------------
/libraryPTR/build/tmp/packageDebugJar/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/libraryPTR/build/tmp/packageReleaseJar/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:
--------------------------------------------------------------------------------
1 | package com.handmark.pulltorefresh.library;
2 |
3 | import android.graphics.Typeface;
4 | import android.graphics.drawable.Drawable;
5 |
6 | public interface ILoadingLayout {
7 |
8 | /**
9 | * Set the Last Updated Text. This displayed under the main label when
10 | * Pulling
11 | *
12 | * @param label - Label to set
13 | */
14 | public void setLastUpdatedLabel(CharSequence label);
15 |
16 | /**
17 | * Set the drawable used in the loading layout. This is the same as calling
18 | * setLoadingDrawable(drawable, Mode.BOTH)
19 | *
20 | * @param drawable - Drawable to display
21 | */
22 | public void setLoadingDrawable(Drawable drawable);
23 |
24 | /**
25 | * Set Text to show when the Widget is being Pulled
26 | * setPullLabel(releaseLabel, Mode.BOTH)
27 | *
28 | * @param pullLabel - CharSequence to display
29 | */
30 | public void setPullLabel(CharSequence pullLabel);
31 |
32 | /**
33 | * Set Text to show when the Widget is refreshing
34 | * setRefreshingLabel(releaseLabel, Mode.BOTH)
35 | *
36 | * @param refreshingLabel - CharSequence to display
37 | */
38 | public void setRefreshingLabel(CharSequence refreshingLabel);
39 |
40 | /**
41 | * Set Text to show when the Widget is being pulled, and will refresh when
42 | * released. This is the same as calling
43 | * setReleaseLabel(releaseLabel, Mode.BOTH)
44 | *
45 | * @param releaseLabel - CharSequence to display
46 | */
47 | public void setReleaseLabel(CharSequence releaseLabel);
48 |
49 | /**
50 | * Set's the Sets the typeface and style in which the text should be
51 | * displayed. Please see
52 | * {@link android.widget.TextView#setTypeface(Typeface)
53 | * TextView#setTypeface(Typeface)}.
54 | */
55 | public void setTextTypeface(Typeface tf);
56 |
57 | }
58 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:
--------------------------------------------------------------------------------
1 | package com.handmark.pulltorefresh.library;
2 |
3 | import java.util.HashSet;
4 |
5 | import android.graphics.Typeface;
6 | import android.graphics.drawable.Drawable;
7 |
8 | import com.handmark.pulltorefresh.library.internal.LoadingLayout;
9 |
10 | public class LoadingLayoutProxy implements ILoadingLayout {
11 |
12 | private final HashSet mLoadingLayouts;
13 |
14 | LoadingLayoutProxy() {
15 | mLoadingLayouts = new HashSet();
16 | }
17 |
18 | /**
19 | * This allows you to add extra LoadingLayout instances to this proxy. This
20 | * is only necessary if you keep your own instances, and want to have them
21 | * included in any
22 | * {@link PullToRefreshBase#createLoadingLayoutProxy(boolean, boolean)
23 | * createLoadingLayoutProxy(...)} calls.
24 | *
25 | * @param layout - LoadingLayout to have included.
26 | */
27 | public void addLayout(LoadingLayout layout) {
28 | if (null != layout) {
29 | mLoadingLayouts.add(layout);
30 | }
31 | }
32 |
33 | @Override
34 | public void setLastUpdatedLabel(CharSequence label) {
35 | for (LoadingLayout layout : mLoadingLayouts) {
36 | layout.setLastUpdatedLabel(label);
37 | }
38 | }
39 |
40 | @Override
41 | public void setLoadingDrawable(Drawable drawable) {
42 | for (LoadingLayout layout : mLoadingLayouts) {
43 | layout.setLoadingDrawable(drawable);
44 | }
45 | }
46 |
47 | @Override
48 | public void setRefreshingLabel(CharSequence refreshingLabel) {
49 | for (LoadingLayout layout : mLoadingLayouts) {
50 | layout.setRefreshingLabel(refreshingLabel);
51 | }
52 | }
53 |
54 | @Override
55 | public void setPullLabel(CharSequence label) {
56 | for (LoadingLayout layout : mLoadingLayouts) {
57 | layout.setPullLabel(label);
58 | }
59 | }
60 |
61 | @Override
62 | public void setReleaseLabel(CharSequence label) {
63 | for (LoadingLayout layout : mLoadingLayouts) {
64 | layout.setReleaseLabel(label);
65 | }
66 | }
67 |
68 | public void setTextTypeface(Typeface tf) {
69 | for (LoadingLayout layout : mLoadingLayouts) {
70 | layout.setTextTypeface(tf);
71 | }
72 | }
73 | }
74 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:
--------------------------------------------------------------------------------
1 | /*******************************************************************************
2 | * Copyright 2011, 2012 Chris Banes.
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | *******************************************************************************/
16 | package com.handmark.pulltorefresh.library.extras;
17 |
18 | import java.util.HashMap;
19 |
20 | import android.content.Context;
21 | import android.media.MediaPlayer;
22 | import android.view.View;
23 |
24 | import com.handmark.pulltorefresh.library.PullToRefreshBase;
25 | import com.handmark.pulltorefresh.library.PullToRefreshBase.Mode;
26 | import com.handmark.pulltorefresh.library.PullToRefreshBase.State;
27 |
28 | public class SoundPullEventListener implements PullToRefreshBase.OnPullEventListener {
29 |
30 | private final Context mContext;
31 | private final HashMap mSoundMap;
32 |
33 | private MediaPlayer mCurrentMediaPlayer;
34 |
35 | /**
36 | * Constructor
37 | *
38 | * @param context - Context
39 | */
40 | public SoundPullEventListener(Context context) {
41 | mContext = context;
42 | mSoundMap = new HashMap();
43 | }
44 |
45 | @Override
46 | public final void onPullEvent(PullToRefreshBase refreshView, State event, Mode direction) {
47 | Integer soundResIdObj = mSoundMap.get(event);
48 | if (null != soundResIdObj) {
49 | playSound(soundResIdObj.intValue());
50 | }
51 | }
52 |
53 | /**
54 | * Set the Sounds to be played when a Pull Event happens. You specify which
55 | * sound plays for which events by calling this method multiple times for
56 | * each event.
57 | *
58 | * If you've already set a sound for a certain event, and add another sound
59 | * for that event, only the new sound will be played.
60 | *
61 | * @param event - The event for which the sound will be played.
62 | * @param resId - Resource Id of the sound file to be played (e.g.
63 | * R.raw.pull_sound)
64 | */
65 | public void addSoundEvent(State event, int resId) {
66 | mSoundMap.put(event, resId);
67 | }
68 |
69 | /**
70 | * Clears all of the previously set sounds and events.
71 | */
72 | public void clearSounds() {
73 | mSoundMap.clear();
74 | }
75 |
76 | /**
77 | * Gets the current (or last) MediaPlayer instance.
78 | */
79 | public MediaPlayer getCurrentMediaPlayer() {
80 | return mCurrentMediaPlayer;
81 | }
82 |
83 | private void playSound(int resId) {
84 | // Stop current player, if there's one playing
85 | if (null != mCurrentMediaPlayer) {
86 | mCurrentMediaPlayer.stop();
87 | mCurrentMediaPlayer.release();
88 | }
89 |
90 | mCurrentMediaPlayer = MediaPlayer.create(mContext, resId);
91 | if (null != mCurrentMediaPlayer) {
92 | mCurrentMediaPlayer.start();
93 | }
94 | }
95 |
96 | }
97 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/java/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java:
--------------------------------------------------------------------------------
1 | /*******************************************************************************
2 | * Copyright 2011, 2012 Chris Banes.
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | *******************************************************************************/
16 | package com.handmark.pulltorefresh.library.internal;
17 |
18 | import android.view.View;
19 |
20 | /**
21 | * Interface that allows PullToRefreshBase to hijack the call to
22 | * AdapterView.setEmptyView()
23 | *
24 | * @author chris
25 | */
26 | public interface EmptyViewMethodAccessor {
27 |
28 | /**
29 | * Calls upto AdapterView.setEmptyView()
30 | *
31 | * @param emptyView - to set as Empty View
32 | */
33 | public void setEmptyViewInternal(View emptyView);
34 |
35 | /**
36 | * Should call PullToRefreshBase.setEmptyView() which will then
37 | * automatically call through to setEmptyViewInternal()
38 | *
39 | * @param emptyView - to set as Empty View
40 | */
41 | public void setEmptyView(View emptyView);
42 |
43 | }
44 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/java/com/handmark/pulltorefresh/library/internal/Utils.java:
--------------------------------------------------------------------------------
1 | package com.handmark.pulltorefresh.library.internal;
2 |
3 | import android.util.Log;
4 |
5 | public class Utils {
6 |
7 | static final String LOG_TAG = "PullToRefresh";
8 |
9 | public static void warnDeprecation(String depreacted, String replacement) {
10 | Log.w(LOG_TAG, "You're using the deprecated " + depreacted + " attr, please switch over to " + replacement);
11 | }
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:
--------------------------------------------------------------------------------
1 | /*******************************************************************************
2 | * Copyright 2011, 2012 Chris Banes.
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | *******************************************************************************/
16 | package com.handmark.pulltorefresh.library.internal;
17 |
18 | import android.annotation.TargetApi;
19 | import android.graphics.drawable.Drawable;
20 | import android.os.Build.VERSION;
21 | import android.os.Build.VERSION_CODES;
22 | import android.view.View;
23 |
24 | @SuppressWarnings("deprecation")
25 | public class ViewCompat {
26 |
27 | public static void postOnAnimation(View view, Runnable runnable) {
28 | if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) {
29 | SDK16.postOnAnimation(view, runnable);
30 | } else {
31 | view.postDelayed(runnable, 16);
32 | }
33 | }
34 |
35 | public static void setBackground(View view, Drawable background) {
36 | if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) {
37 | SDK16.setBackground(view, background);
38 | } else {
39 | view.setBackgroundDrawable(background);
40 | }
41 | }
42 |
43 | public static void setLayerType(View view, int layerType) {
44 | if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) {
45 | SDK11.setLayerType(view, layerType);
46 | }
47 | }
48 |
49 | @TargetApi(11)
50 | static class SDK11 {
51 |
52 | public static void setLayerType(View view, int layerType) {
53 | view.setLayerType(layerType, null);
54 | }
55 | }
56 |
57 | @TargetApi(16)
58 | static class SDK16 {
59 |
60 | public static void postOnAnimation(View view, Runnable runnable) {
61 | view.postOnAnimation(runnable);
62 | }
63 |
64 | public static void setBackground(View view, Drawable background) {
65 | view.setBackground(background);
66 | }
67 |
68 | }
69 |
70 | }
71 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/anim/slide_in_from_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/anim/slide_in_from_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/anim/slide_out_to_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/anim/slide_out_to_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-hdpi/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-hdpi/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-hdpi/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-hdpi/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-hdpi/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-hdpi/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-mdpi/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-mdpi/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-mdpi/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-mdpi/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-mdpi/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-mdpi/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-xhdpi/default_ptr_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-xhdpi/default_ptr_flip.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-xhdpi/default_ptr_rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-xhdpi/default_ptr_rotate.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable-xhdpi/indicator_arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/libraryPTR/src/main/res/drawable-xhdpi/indicator_arrow.png
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable/indicator_bg_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/drawable/indicator_bg_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
11 |
17 |
18 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/layout/pull_to_refresh_header_horizontal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
18 |
19 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/layout/pull_to_refresh_header_vertical.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
12 |
13 |
17 |
18 |
23 |
24 |
32 |
33 |
34 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-ar/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | اسحب للتحديث…
4 | اترك للتحديث…
5 | تحميل…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-cs/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Tažením aktualizujete…
4 | Uvolněním aktualizujete…
5 | Načítání…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-de/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Ziehen zum Aktualisieren…
4 | Loslassen zum Aktualisieren…
5 | Laden…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-es/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Tirar para actualizar…
4 | Soltar para actualizar…
5 | Cargando…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-fi/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Päivitä vetämällä alas…
5 | Päivitä vapauttamalla…
6 | Päivitetään…
7 |
8 |
9 | Päivitä vetämällä ylös…
10 | @string/pull_to_refresh_release_label
11 | @string/pull_to_refresh_refreshing_label
12 |
13 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-fr/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Tirez pour rafraîchir…
4 | Relâcher pour rafraîchir…
5 | Chargement…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-he/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | משוך לרענון…
4 | שחרר לרענון…
5 | טוען…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-it/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Tira per aggiornare…
4 | Rilascia per aggionare…
5 | Caricamento…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-iw/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | משוך לרענון…
4 | שחרר לרענון…
5 | טוען…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-ja/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 画面を引っ張って…
4 | 指を離して更新…
5 | 読み込み中…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-ko/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 당겨서 새로 고침…
4 | 놓아서 새로 고침…
5 | 로드 중…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-nl/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Sleep om te vernieuwen…
4 | Loslaten om te vernieuwen…
5 | Laden…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-pl/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Pociągnij, aby odświeżyć…
4 | Puść, aby odświeżyć…
5 | Wczytywanie…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-pt-rBR/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Puxe para atualizar…
4 | Libere para atualizar…
5 | Carregando…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-pt/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Puxe para atualizar…
4 | Liberação para atualizar…
5 | A carregar…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-ro/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Trage pentru a reîmprospăta…
4 | Eliberează pentru a reîmprospăta…
5 | Încărcare…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-ru/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Потяните для обновления…
4 | Отпустите для обновления…
5 | Загрузка…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values-zh/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 下拉刷新…
4 | 放开以刷新…
5 | 正在载入…
6 |
7 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 10dp
5 | 12dp
6 | 4dp
7 | 24dp
8 | 12dp
9 |
10 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values/ids.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/libraryPTR/src/main/res/values/pull_refresh_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Pull to refresh…
5 | Release to refresh…
6 | Loading…
7 |
8 |
9 | @string/pull_to_refresh_pull_label
10 | @string/pull_to_refresh_release_label
11 | @string/pull_to_refresh_refreshing_label
12 |
13 |
--------------------------------------------------------------------------------
/list.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/list.jpg
--------------------------------------------------------------------------------
/local.properties:
--------------------------------------------------------------------------------
1 | ## This file is automatically generated by Android Studio.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file should *NOT* be checked into Version Control Systems,
5 | # as it contains information specific to your local configuration.
6 | #
7 | # Location of the SDK. This is only used by Gradle.
8 | # For customization when using a Version Control System, please read the
9 | # header note.
10 | sdk.dir=/Applications/Android Studio.app/sdk
--------------------------------------------------------------------------------
/pull.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/pull.jpg
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 | include ':libraryPTR'
3 |
--------------------------------------------------------------------------------
/sticky.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/sticky.jpg
--------------------------------------------------------------------------------
/swipe.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView/d7080845997ef52ffcdbd1d73ea167a2010fad13/swipe.jpg
--------------------------------------------------------------------------------