I want to create view like this: https://i.stack.imgur.com/SBDE7.png
I have no idea how to create rotated rectangles on matrix.
I tried to do this with Fragments, where each fragment has
- header ListView(days of week)
- ListView of rows (where row contains two TextView with rectangle shape, which I can color).
Result: https://i.stack.imgur.com/Fr1iX.png
Any suggestions?
Sorry for Paint ;)