2

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.

Community
  • 1
  • 1
user541383
  • 41
  • 4
  • Hi, did you find how to make a dayview? i'm trying to do it too, but no idea :S:S thanks!! –  Jan 24 '11 at 12:08

1 Answers1

1

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

Community
  • 1
  • 1
Vanja
  • 4,415
  • 3
  • 26
  • 22
  • thank you, your trick can resolve well with static cell (display in multicell) , but in dayview mode, user can drag or resize event to other location to change time, so it's not applicable. – user541383 Dec 23 '10 at 03:36