Reputation: 5121
So Im working in android and I'm using the xml graphical layout editor to edit my xml layout. I'm looking through the possible "views" I can use but in the documentation here it lists many more views than are shown in the graphical layout editor.
At the moment I'm looking for the calendar view but I would eventually like to find them all for the future. Am I missing these views or are they somewhere i can't find?
If it helps I'm running the dev kit inside eclipse and I have updated everything.
Upvotes: 0
Views: 96
Reputation: 93133
Unfortunately there is no Calendar view.
You can use a DatePicker or get some ideas from the Android's Calendar app's src code.
Upvotes: 1