I'm building an Android App with a timed events and i'm not sure what layout i should use to build my timeline.
Events can have different heights and can grow when user tap them but they have the same width;
.
.
.
------------- |
| Event 4 > | --------------
------------- | < Event 7 |
| | |
| --------------
.
.
.
I have two view types :
EventView
witch hold the event info and drow his outlineTimeBarView
witch is the bar on the middle (have some property and is extended on a very long span
How can i place my items so it's respectful of the time on my time-line (for example 1 week could be 10px)
Any help is appreciated. Thanks !