Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netodevel authored Dec 21, 2017
1 parent b8d7d9d commit 12f1a62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ compile 'com.github.imangazalievm:circlemenu:1.1.1'

# Usage

### XML

```xml
<com.imangazaliev.circlemenu.CircleMenu
android:id="@+id/circle_menu_multiple_border"
Expand All @@ -28,6 +30,7 @@ compile 'com.github.imangazalievm:circlemenu:1.1.1'
app:confirmation_center_drawable="@drawable/ic_send_red">
</com.imangazaliev.circlemenu.CircleMenu>
```
### Java

```java
final CircleMenu circleMenuMultiple = (CircleMenu) findViewById(R.id.circle_menu_multiple_border);
Expand Down

0 comments on commit 12f1a62

Please sign in to comment.