Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schibsted-tech-polska/parallaxer


https://github.com/schibsted-tech-polska/parallaxer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Parallaxer

This is stripped version of the [FadingActionBar](https://github.com/ManuelPeinado/FadingActionBar) library . It is focused on using lolipop Toolbar. It also allows touches on the header area.

#Setup
```
repositories {
maven { url "https://jitpack.io" }
}

dependencies {
compile 'com.github.Schibsted-Tech-Polska:Parallaxer:1.0.6'
}
```