开发者

Missing views in android?

开发者 https://www.devze.com 2023-02-18 02:08 出处:网络
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百

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消