Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ImangazalievM committed Mar 20, 2017
2 parents 041959c + 51a05bd commit dc4232d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CircleMenu

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-CircleMenu-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5361)
![minSdkVersion 21](https://img.shields.io/badge/minSdkVersion-15-blue.svg)
[ ![Download](https://api.bintray.com/packages/imangazaliev/maven/circlemenu/images/download.svg) ](https://bintray.com/imangazaliev/maven/circlemenu/_latestVersion)

<img src="https://github.com/ImangazalievM/CircleMenu/blob/master/art/splash.png" width="100%">

CircleMenu is a simple, elegant menu with a circular layout.
Expand All @@ -26,7 +30,7 @@ Add to your layout xml-file:
android:id="@+id/circleMenu"
>

<com.imangazaliev.circlemenu.MenuButton
<com.imangazaliev.circlemenu.CircleMenuButton
android:id="@+id/favorite"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -35,15 +39,15 @@ Add to your layout xml-file:
app:icon="@drawable/ic_favorite"
/>

<com.imangazaliev.circlemenu.MenuButton
<com.imangazaliev.circlemenu.CircleMenuButton
android:id="@+id/search"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:colorNormal="#4CAF50"
app:colorPressed="#43A047"
app:icon="@drawable/ic_search"/>

<com.imangazaliev.circlemenu.MenuButton
<com.imangazaliev.circlemenu.CircleMenuButton
android:id="@+id/alert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit dc4232d

Please sign in to comment.