[android-developers] CalendarView - Select Day on LongClick

2012-05-11 Thread andineupert
Hey, I want to select a day per longclick and then do some other stuff. The OnDateChangeListener only reacts on a click but not on a long click. OnClickListener and OnLongClickListener are only reacting when clicking on the header of the calendar, not on days. I intercepted Touch Events from the ca

[android-developers] Catch LongClicks on CalendarView

2012-05-11 Thread andineupert
Hey guys, I want to react on LongClicks on the CalendarView-Widget. There are two listeners which I hoped let me reach this goal. OnDateChangeListener & OnLongClickListener. But OnDateChangeListener only reacts when (shor