Alex Gogl
Alex Gogl

Reputation: 719

Android timeline aka lines between two views

I am trying to implement a layout which is able to draw lines between views. Here is a sample picture of a library that does the job but seems outdated, just like other solutions I've found:

sample picture

Any ideas or code samples?

Upvotes: 3

Views: 2946

Answers (1)

Alex Gogl
Alex Gogl

Reputation: 719

As @SígvardrÓlavrsson pointed out, google material steppers represent the best solution here: https://material.io/guidelines/components/steppers.html

Upvotes: 1

Related Questions