You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timelineview is currently available in on Gitpack so add the following line before every other thing if you have not done that already.
22
+
Timelineview is currently available in on Jitpack so add the following line before every other thing if you have not done that already.
20
23
21
24
```gradle
22
25
allprojects {
@@ -27,7 +30,7 @@ allprojects {
27
30
}
28
31
```
29
32
30
-
Then add the followinf line
33
+
Then add the following line
31
34
32
35
```gradle
33
36
dependencies {
@@ -57,18 +60,6 @@ Then add the dependency
57
60
</dependency>
58
61
```
59
62
60
-
61
-
#### Manual:
62
-
**Manual - Using [Android Studio](https://developer.android.com/sdk/installing/studio.html):**
63
-
* Download the library folder and import to your root application folder.
64
-
You can manually achieve this step with 3 steps:
65
-
66
-
1. Paste the folder library into your application at the same level of your app, build and gradle folder
67
-
2. Add to your settings.gradle file the following code line: "include ':app', ':timelineview'"
68
-
3. Rebuild the project
69
-
* File → Project Structure → in Modules section click on "app" → Click on tab "Dependecies" → Click on the green plus → Module Dependecy → Select ":library"
70
-
* Done
71
-
72
63
###2. Usage
73
64
In your XML layout include the Timeline View as afollows:
74
65
@@ -100,22 +91,19 @@ class MyTimeLine(status: Status, var title: String?, var content: String?) : Tim
100
91
if (if (title !=null) title != that!!.title else that!!.title !=null) returnfalse
0 commit comments