Missing views in android?
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开发者_JAVA百科 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.
Unfortunately there is no Calendar view.
You can use a DatePicker or get some ideas from the Android's Calendar app's src code.
精彩评论