Skip to content

MobileSolution/android-path-pull-to-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0854274 · Aug 7, 2015

History

6 Commits
Jul 28, 2015
Aug 7, 2015
Aug 4, 2015
Jul 28, 2015
Jul 28, 2015
Aug 7, 2015
Jul 28, 2015
Jul 28, 2015
Jul 28, 2015
Jul 28, 2015
Aug 4, 2015

Repository files navigation

android-pull-to-refresh

Android pull to refresh library and iplementations

Usage

<com.eftimoff.pulltorefresh.PathPullToRefreshLayout
        android:id="@+id/pullToRefresh"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:pptrBackgroundColor="@android:color/black"
        app:pptrPathWidth="5"
        app:pptrSvgResourceId="@raw/lol">

        // Views
</com.eftimoff.pulltorefresh.PathPullToRefreshLayout>
Download
repositories {
    // ...
    maven { url "https://jitpack.io" }
}

dependencies {
        compile 'com.github.MobileSolution:android-path-pull-to-refresh:v0.1.1'
}

About

Android pull to refresh library and iplementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages