This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
37 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Crossfader [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.mikepenz/crossfader/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.mikepenz/crossfader) | ||
# Crossfader [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.mikepenz/crossfader/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.mikepenz/crossfader) | ||
[![Join the chat at https://gitter.im/mikepenz/crossfader](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mikepenz/crossfader?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
**Crossfader** is a small library to provide an easy to use and fast helper class for the great CrossFadeSlidingPaneLayout by @chiuki. | ||
|
@@ -9,8 +9,8 @@ It comes with following features: | |
* No additional dependencies | ||
* No need to modify your layouts | ||
|
||
#Preview | ||
##Screenshots | ||
# Preview | ||
## Screenshots | ||
![Image](https://raw.githubusercontent.com/mikepenz/Crossfader/develop/DEV/screenshots/screenshot1_small.png) | ||
![Image](https://raw.githubusercontent.com/mikepenz/Crossfader/develop/DEV/screenshots/screenshot2_small.png) | ||
|
||
|
@@ -22,11 +22,11 @@ It comes with following features: | |
The Crossfader Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz%22), so you just need to add the following dependency to your `build.gradle`. | ||
|
||
```javascript | ||
compile "com.mikepenz:crossfader:1.5.0@aar" | ||
compile "com.android.support:appcompat-v7:${supportLibVersion}" | ||
implementation "com.mikepenz:crossfader:1.5.1@aar" | ||
implementation "com.android.support:appcompat-v7:${supportLibVersion}" | ||
``` | ||
|
||
##How to use | ||
## How to use | ||
|
||
Initialize and create the Crossfader | ||
```java | ||
|
@@ -63,13 +63,13 @@ protected void onSaveInstanceState(Bundle outState) { | |
} | ||
``` | ||
|
||
#Developed By | ||
# Developed By | ||
|
||
* Mike Penz | ||
* [mikepenz.com](http://mikepenz.com) - <[email protected]> | ||
* [paypal.me/mikepenz](http://paypal.me/mikepenz) | ||
|
||
#License | ||
# License | ||
|
||
Copyright 2016 Mike Penz | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
buildscript { | ||
repositories { | ||
google() | ||
jcenter() | ||
mavenCentral() | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:2.1.0' | ||
classpath 'com.novoda:bintray-release:0.3.4' | ||
classpath 'com.android.tools.build:gradle:3.0.0' | ||
classpath 'com.novoda:bintray-release:0.5.0' | ||
} | ||
} | ||
|
||
ext { | ||
compileSdkVersion = 24 | ||
buildToolsVersion = "24.0.1" | ||
supportLibVersion = "24.2.0" | ||
compileSdkVersion = 27 | ||
buildToolsVersion = "27.0.0" | ||
supportLibVersion = "27.0.0" | ||
} | ||
|
||
allprojects { | ||
repositories { | ||
google() | ||
jcenter() | ||
mavenCentral() | ||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } | ||
} | ||
} | ||
|
||
task wrapper(type: Wrapper) { | ||
gradleVersion = '2.14' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Sun Aug 21 19:44:19 CEST 2016 | ||
#Sat Oct 28 18:36:42 CEST 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters