Is there an easy way to modify the datePicker's individual cells to display additional things? I'm trying to create a calendar app using it, and would like to show the number of events for a certain date inside that date's cell. The easiest way seems to be using the background color of the cell to indicate the quantity of events, but I'm not sure how to do this. The other option would be to detect keypresses and manually figure out which date the user was highlighting, and display that info in a TextView someplace, but this seems tedious. Would I be able to use a custom adapter to pick up on datePicker's information since datePickers are subclasses of FrameLayouts?
Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

