File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,29 @@ depends on <a href="https://github.com/ozodrukh">Ozodrukh's</a> animation util f
2020
2121Using
2222======
23- First of all you have to upload animation submodule with ` git submodule update --init ` command<br >
24- Or you can add gradle dependency with ` compile 'com.yalantis:sidemenu:1.0' ` command.<br >
23+ First of all you have to upload animation submodule with ` git submodule update --init ` command <br >
24+ <br >
25+ Or you can add gradle dependency with <br >
26+ ``` groovy
27+ dependencies {
28+ compile 'com.yalantis:sidemenu:1.0'`
29+ }
30+ ```
31+ command.<br >
32+ and <br >
33+ ``` groovy
34+ repositories {
35+ maven {
36+ url "https://jitpack.io"
37+ }
38+ }
39+ dependencies {
40+ compile 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
41+ }
42+
43+ ```
44+ <br > for CircularReveal module
45+
2546
2647After you have to create special overlay layout to show in behind current ` Circular Reveal ` animated view.
2748And to add all items to menu you have to add all of them into ` LinearLayout `
You can’t perform that action at this time.
0 commit comments