Skip to content

Commit 28f4a52

Browse files
authored
Merge pull request #1 from LedZeck/master
Updated README and etc folder added
2 parents 46ae4fe + 74128b9 commit 28f4a52

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Set OnStateUpdateListener for handling open/close actions
7474
circleMenu.setStateUpdateListener(new CircleMenu.OnStateUpdateListener() {
7575
@Override
7676
public void onMenuExpanded() {
77-
77+
7878
}
7979

8080
@Override
@@ -100,11 +100,34 @@ Also you can enable hints, that shows in Toast by long pressing a button
100100
</com.imangazaliev.circlemenu.CircleMenu>
101101
```
102102

103+
### If you want to use multiple checks
104+
105+
<p align="center">
106+
<img src="etc/circle-menu-checked.gif" height="500" alt="progress image view" />
107+
</p>
108+
109+
```xml
110+
<com.imangazaliev.circlemenu.CircleMenu
111+
...
112+
app:multiple_check="true"
113+
app:center_drawable="@drawable/ic_add_alert_black_24dp"
114+
app:confirmation_center_drawable="@drawable/ic_send_red">
115+
116+
<!-- Add your menu button items here -->
117+
118+
</com.imangazaliev.circlemenu.CircleMenu>
119+
```
120+
121+
### Multiple checks attributes
122+
* `app:multiple_check` : Enables the multiple_check selection (Default: `false`)
123+
* `app:center_drawable` : Path to your custom graphic resource
124+
* `app:confirmation_center_drawable` : Path to your custom confirmation button graphic resource
125+
103126
## License
104127

105128
The MIT License
106129

107-
Copyright (c) 2016 Mahach Imangazaliev
130+
Copyright (c) 2016 Mahach Imangazaliev
108131

109132
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
110133

etc/circle-menu-checked.gif

384 KB
Loading

0 commit comments

Comments
 (0)