Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Mar 31, 2016
1 parent 5525f8b commit b82af60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,8 +7,8 @@ Android ProgressBar that "bends" under its own weight.
---
###Attributes

| Attribute | Type | Default | Usage |
| -------------------- | --------- | ----------------------------- | ------------------------------------------------------------ |
| Attribute | Type | Default | Usage |
| ------------------------ | --------- | ----------------------------- | ------------------------------------------------------------ |
| `app:ropeMax` | integer | 0 | The max value of the progress bar |
| `app:ropeProgress` | integer | 0 | The current value of the progress bar |
| `app:ropePrimaryColor` | color | `@attr/colorControlActivated` | Color used for the progress completed |
Expand All @@ -31,7 +31,7 @@ repositories {
}
dependencies {
compile 'com.github.cdeange:RopeProgressBar:0.1.1'
compile 'com.github.cdeange:RopeProgressBar:0.1.2'
}
```

Expand Down

0 comments on commit b82af60

Please sign in to comment.