Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated documentation to reflect changes of the "enabled" attribute to "is_enabled"
  • Loading branch information
jd-alexander committed Apr 11, 2016
1 parent f01ae10 commit 46e021c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ app:circle_end_color="@color/colorAccent"
app:icon_size="25dp"
app:liked="true"
app:anim_scale_factor="2"
app:enabled="false"
app:is_enabled="false"
/>

```
Expand Down Expand Up @@ -125,7 +125,7 @@ You can also set if the button is to be enabled or disabled. Once disabled, the
#### XML

```
app:enabled="false"
app:is_enabled="false"
```

#### Java
Expand Down

0 comments on commit 46e021c

Please sign in to comment.