user541383
user541383

Reputation: 41

how to create layout for dayview, weekview calendar?

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

Answers (1)

Vanja
Vanja

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

Related Questions