Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navasmdc committed Jan 14, 2015
1 parent 1e2eb29 commit c8f18bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
}

dependencies {
compile 'com.github.navasmdc:MaterialDesign:1.2@aar'
compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
}
```

Expand Down Expand Up @@ -166,8 +166,8 @@ Some components have custom attributes, if you want use them, you must add this
![progress bar circular indeterminate](images/progress_bar_circular_indeterminate.png)

```xml
<com.gc.materialdesign.views.ProgressBarCircularIndetermininate
android:id="@+id/progressBarCircularIndetermininate"
<com.gc.materialdesign.views.ProgressBarCircularIndeterminate
android:id="@+id/progressBarCircularIndeterminate"
android:layout_width="32dp"
android:layout_height="32dp"
android:background="#1E88E5" />
Expand Down

0 comments on commit c8f18bf

Please sign in to comment.