Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schibsted-tech-polska/parallaxer
https://github.com/schibsted-tech-polska/parallaxer
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/schibsted-tech-polska/parallaxer
- Owner: Schibsted-Tech-Polska
- Created: 2015-04-02T18:39:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T14:18:40.000Z (about 9 years ago)
- Last Synced: 2023-07-31T12:08:28.547Z (over 1 year ago)
- Language: Java
- Size: 797 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
}
```