@@ -8,14 +8,14 @@ Widget that generates pulsation relative to your icons.
88
99![ ] ( https://lh4.googleusercontent.com/-mqVBaXK0XM0/VyhroJmmU7I/AAAAAAAACUs/OmfzeRZsYNQhNAdgFmKvFIU5XDiJ3-z3wCL0B/w401-h689-no/pv.gif )
1010
11- U can check the sample app [ here] ( https://github.com/DevLight-Mobile-Agency/PulseView/tree/master/app ) .
11+ You can check the sample app [ here] ( https://github.com/DevLight-Mobile-Agency/PulseView/tree/master/app ) .
1212
1313Download
1414------------
1515
16- You can download a .aar` from GitHub's [ releases page] ( https://github.com/DevLight-Mobile-Agency/PulseView/releases ) .
16+ You can download an ` .aar ` from GitHub's [ releases page] ( https://github.com/DevLight-Mobile-Agency/PulseView/releases ) .
1717
18- Or use Gradle jCenter:
18+ Or alternatively use Gradle jCenter:
1919
2020``` groovy
2121dependencies {
@@ -29,13 +29,13 @@ dependencies {
2929}
3030```
3131
32- Or Gradle Maven Central:
32+ Gradle Maven Central:
3333
3434``` groovy
3535compile 'com.github.devlight.pulseview:library:1.0.2'
3636```
3737
38- Or Maven:
38+ Maven:
3939
4040``` groovy
4141<dependency>
@@ -49,7 +49,7 @@ Or Maven:
4949Android SDK Version
5050=========
5151
52- PulseView requires a minimum sdk version of 11.
52+ PulseView requires a minimum SDK version of 11.
5353
5454Sample
5555========
@@ -86,15 +86,15 @@ For PulseView you can set such parameters as:
8686
8787 - interpolator:
8888
89- allows you to set pulse interpolator. Choose yours .
89+ allows you to set an interpolator for the pulse .
9090
9191 - listener:
9292
93- allows you to set pulse listener. OnStart and OnFinish listeners.
93+ allows you to set pulse listener. ` OnStart ` and ` OnFinish ` listeners.
9494
95- Icon can be like normal bitmap and like SVG file.
95+ The icon to pulse can be a normal bitmap or a SVG file.
9696
97- In preview mode PulseView presents incorrectly cause of canvas can`t make scale in this mode.
97+ In preview mode PulseView renders incorrectly because the canvas can`t scale in this mode.
9898
9999Check out in code init:
100100
@@ -118,7 +118,7 @@ pulseView.startPulse();
118118pulseView. finishPulse();
119119```
120120
121- Other methods check out in sample.
121+ Other methods can be seen within the sample application .
122122
123123And XML init:
124124
@@ -153,4 +153,4 @@ Author
153153
154154Made in [ DevLight Mobile Agency] ( https://github.com/DevLight-Mobile-Agency )
155155
156- Created by [ Basil Miller] ( https://github.com/GIGAMOLE ) - [ @gigamole ] ( mailto:http://gigamole53@gmail.com )
156+ Created by [ Basil Miller] ( https://github.com/GIGAMOLE ) - [ @gigamole ] ( mailto:http://gigamole53@gmail.com )
0 commit comments