如何为日视图、周视图日历创建布局?
我想创建这样的布局: dayview
任何人都可以告诉我应该使用哪种布局像这样制作日视图日历。我将使用绝对布局来处理重叠小部件,但不建议这样做。
I want to create layout like this: dayview
dose anyone can tell me which layout should i used to make day view calendar like that. I'm going to using absolute layout to process with overlap widget but it's not recommended.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 GridView,或者 TableLayout。
要获得边框,请尝试以下技巧:
带有分隔符的 Android GridView
目前尚不完全清楚您在重新创建屏幕的哪一部分时遇到问题,但我我认为这只是中间有网格的部分。
BR,
瓦尼亚
Try using a GridView, or maybe a TableLayout.
To get the borders try this trick:
Android GridView with Separator
It's not completely clear which part of the screen you have problems recreating, but I figured it was only the part in the middle with the grid.
BR,
Vanja