Sfoglia il codice sorgente

Added the dependency! Now on BinTray!

Tristan Wiley 10 anni fa
parent
commit
0efe95c4c4
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,10 +1,16 @@
 #FloatingActionMenu
 ---
 This is a fork from https://github.com/TristanWiley/FloatingActionMenu, I modified it to support both  circle and line menu.
-The sample shows how to use it.
 
 Check the example for usage, the default is a line. A "circle" can be used by doing
 
+#Usage
+
+Put the following dependency in Gradle:
+
+    compile 'com.novaapps:FloatingActionMenu:1.0'
+
+Check the sample for more information, to make the FloatingActionMenu a circle use the below code.
 ```java
     menu.setIsCircle(true)
 ```