Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
panxw committed Oct 29, 2015
2 parents 5091c12 + bed3c9c commit 6542ba8
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
android-image-indicator
=======================

Android image indicator for advertise and user guide(network image support).

Android image indicator for advertise and user guide(network image support).
#####[ ![Download](https://api.bintray.com/packages/panxw/maven/android-image-indicator/images/download.svg) ](https://bintray.com/panxw/maven/android-image-indicator/_latestVersion)

##Usage
#####for Maven
<dependency>
<groupId>com.panxw.imageindicator</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
</dependency>

#####for Gradle
dependencies {
compile 'com.panxw.imageindicator:library:1.0.0'
}

##Sample
####1、Advertise mode(auto play if need)
in layout file:

Expand Down

0 comments on commit 6542ba8

Please sign in to comment.