Skip to content

Commit 9bd53a9

Browse files
committed
Update TimeLineView
1 parent 91c9f7d commit 9bd53a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/com/ma/timelineview/TimeLineView.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ public void setColorArr(int[] colorArr) {
360360
this.colorArr = colorArr;
361361
invalidate();
362362
}
363+
364+
public void setTimeLineData(TimeLineData timeLineData) {
365+
this.timeLineData = timeLineData;
366+
}
363367
}
364368

365369
class TimeLineData {

0 commit comments

Comments
 (0)