@@ -8,14 +8,14 @@ Widget that generates pulsation relative to your icons.
8
8
9
9
![ ] ( https://lh4.googleusercontent.com/-mqVBaXK0XM0/VyhroJmmU7I/AAAAAAAACUs/OmfzeRZsYNQhNAdgFmKvFIU5XDiJ3-z3wCL0B/w401-h689-no/pv.gif )
10
10
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 ) .
12
12
13
13
Download
14
14
------------
15
15
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 ) .
17
17
18
- Or use Gradle jCenter:
18
+ Or alternatively use Gradle jCenter:
19
19
20
20
``` groovy
21
21
dependencies {
@@ -29,13 +29,13 @@ dependencies {
29
29
}
30
30
```
31
31
32
- Or Gradle Maven Central:
32
+ Gradle Maven Central:
33
33
34
34
``` groovy
35
35
compile 'com.github.devlight.pulseview:library:1.0.2'
36
36
```
37
37
38
- Or Maven:
38
+ Maven:
39
39
40
40
``` groovy
41
41
<dependency>
@@ -49,7 +49,7 @@ Or Maven:
49
49
Android SDK Version
50
50
=========
51
51
52
- PulseView requires a minimum sdk version of 11.
52
+ PulseView requires a minimum SDK version of 11.
53
53
54
54
Sample
55
55
========
@@ -86,15 +86,15 @@ For PulseView you can set such parameters as:
86
86
87
87
- interpolator:
88
88
89
- allows you to set pulse interpolator. Choose yours .
89
+ allows you to set an interpolator for the pulse .
90
90
91
91
- listener:
92
92
93
- allows you to set pulse listener. OnStart and OnFinish listeners.
93
+ allows you to set pulse listener. ` OnStart ` and ` OnFinish ` listeners.
94
94
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.
96
96
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.
98
98
99
99
Check out in code init:
100
100
@@ -118,7 +118,7 @@ pulseView.startPulse();
118
118
pulseView. finishPulse();
119
119
```
120
120
121
- Other methods check out in sample.
121
+ Other methods can be seen within the sample application .
122
122
123
123
And XML init:
124
124
@@ -153,4 +153,4 @@ Author
153
153
154
154
Made in [ DevLight Mobile Agency] ( https://github.com/DevLight-Mobile-Agency )
155
155
156
- Created by
[ Basil Miller
] ( https://github.com/GIGAMOLE ) -
[ @gigamole ] ( mailto:http://[email protected] )
156
+ Created by
[ Basil Miller
] ( https://github.com/GIGAMOLE ) -
[ @gigamole ] ( mailto:http://[email protected] )
0 commit comments