Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netodevel authored Oct 23, 2017
1 parent 0b582a9 commit f7dbc9a
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Also you can enable hints, that shows in Toast by long pressing a button

### If you want to use multiple checks


<p align="center">
<img src="etc/circle-menu-checked.gif" height="500" alt="progress image view" />
</p>
Expand All @@ -118,11 +119,40 @@ Also you can enable hints, that shows in Toast by long pressing a button
</com.imangazaliev.circlemenu.CircleMenu>
```

### Multiple checks attributes
### Animated border to multiple checks

<p align="center">
<img src="etc/check-border.gif" height="500" alt="progress image view" />
</p>

```xml
<com.imangazaliev.circlemenu.CircleMenu
...
app:multiple_check="true"
app:border_check="true"
app:alpha_check="false"
app:center_drawable="@drawable/ic_add_alert_black_24dp"
app:confirmation_center_drawable="@drawable/ic_send_red">

<!-- Add your menu button items here -->

</com.imangazaliev.circlemenu.CircleMenu>
```

### Multiple checks attributes on Circle Menu

* `app:multiple_check` : Enables the multiple_check selection (Default: `false`)
* `app:border_check="true"`: Enable animation border
* `app:alpha_check="false"`: Enable animation alpha
* `app:center_drawable` : Path to your custom graphic resource
* `app:confirmation_center_drawable` : Path to your custom confirmation button graphic resource

### Attributes on Circle Menu Button

* `app:enable_border` : Enable animation border
* `app:full_drawable` : When you want to draw in full circle


## License

The MIT License
Expand Down

0 comments on commit f7dbc9a

Please sign in to comment.