Reputation: 41
I want to create layout like this: dayview
dose anyone can tell me which layout should i used to make day view calendar like that. I'm going to using absolute layout to process with overlap widget but it's not recommended.
Upvotes: 2
Views: 2225
Reputation: 4615
Try using a GridView, or maybe a TableLayout.
To get the borders try this trick:
Android GridView with Separator
It's not completely clear which part of the screen you have problems recreating, but I figured it was only the part in the middle with the grid.
BR,
Vanja
Upvotes: 1