Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zagum committed Oct 31, 2017
2 parents eb3702e + 72d5cb9 commit 88b0449
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the dependency

```groovy
dependencies {
compile 'com.github.zagum:Android-ExpandIcon:1.1.3'
compile 'com.github.zagum:Android-ExpandIcon:1.2.0'
}
```

Expand All @@ -61,6 +61,7 @@ Fully customized implementation:
app:eiv_color="#000"
app:eiv_colorLess="#f00"
app:eiv_colorMore="#00f"
app:eiv_colorIntermediate="#0f0"
app:eiv_roundedCorners="false"
app:eiv_switchColor="true"
app:eiv_padding="8dp"/>
Expand All @@ -74,6 +75,8 @@ Public methods:
expandIconView.setState(ExpandIconView.LESS, true);

expandIconView.setFraction(.3f, true);

expandIconView.setAnimationDuration(2000);
```

See [sample](https://github.com/zagum/Android-ExpandIcon/tree/master/expandicon-sample) project for more information.
Expand Down

0 comments on commit 88b0449

Please sign in to comment.