Hey guys,
I want to react on LongClicks on the 
CalendarView<http://developer.android.com/reference/android/widget/CalendarView.html>-Widget.
 
There are two listeners which I hoped let me reach this goal. 
OnDateChangeListener & OnLongClickListener. But OnDateChangeListener only 
reacts when (short)-clicking on a day, OnLongClickListener only reacts when 
clicking on the header of the widget.
Because of that problem I intercepted touch events of the CalendarView 
children and analyzed them to recognise LongClicks (My 
CustomCalendarView<http://pastebin.com/8z5j7aQM>). 
Thats working but the CalendarView itself isn't recognising them and so the 
currently longclicked day isn't selected.
Has anybody a idea how I make the CalendarView select a longclicked day?

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to