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 calendars children to recognize
longclicks by myself. This is working but the calendar isn't
recognizing the longclick and so the currently longclicked date isn't
selected.

Are there any other approaches to have longclicks working?

I thought about registering OnLongClickListeners on some children of
CalendarView, but I don't know how to get the right children elements
(the elements which represent the days).

Thanks for any help!

-- 
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